#0DA235

Color #0DA235 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0DA235

Tints of Dark Pastel Green #0DA235

Color information

#0DA235 (or 0x0DA235) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, A2 and 35. RGB value is (13,162,53). Sum of RGB (Red+Green+Blue) = 13+162+53=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 162 (63.67% from 255 or 71.05% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA235 is #F25DCA. Grayscale: #696969. Windows color (decimal): -15883723 or 3514893. OLE color: 3514893.

HSL color Cylindrical-coordinate representation of color #0DA235: hue angle of 136.11º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA235 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1316253-
CMYK0.9200.670.36
HSL136.11º85.14%34.31%-
HSV(B)136.11º91.98%63.53%-
XYZ13.7326.187.7-
YUV105.0298.6462.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 5.70%
GREEN value IS 162 (63.67% from 255) = 71.05%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=5.70%
G=71.05%
B=23.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13162530.9200.670.36136.1185.1434.31
HexDA2355C04324885522
Octal152426513401034421012542
Binary110110100010110101101110001000011100100100010001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DA235; }

 p { color: rgb(13,162,53); }

 H1.HeaderClassName
 {
   color: #0DA235;
 }
 .AnyTagClassName
 {
   color: #0DA235;
 }
</style>
background-color css

<style>
 a { background-color: #0DA235; }

 a { background-color: rgb(13,162,53); }

 div.DivClassName
 {
   background-color: #0DA235;
 }
 .BgClassName
 {
   background-color: #0DA235;
 }
</style>
border-color css

<style>
 span { border-color: #0DA235; }

 span { border-color: rgb(13,162,53); }

 td.TdClassName
 {
   border-color: #0DA235;
 }
 .TagClassName
 {
   border-color: #0DA235;
 }
</style>