#0DCA47

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

Shades of Dark Pastel Green #0DCA47

Tints of Dark Pastel Green #0DCA47

Color information

#0DCA47 (or 0x0DCA47) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CA and 47. RGB value is (13,202,71). Sum of RGB (Red+Green+Blue) = 13+202+71=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCA47 is #F235B8. Grayscale: #828282. Windows color (decimal): -15873465 or 4704781. OLE color: 4704781.

HSL color Cylindrical-coordinate representation of color #0DCA47: hue angle of 138.41º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA47 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB1320271-
CMYK0.9400.650.21
HSL138.41º87.91%42.16%-
HSV(B)138.41º93.56%79.22%-
XYZ22.4242.7813.04-
YUV130.5694.3844.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.55%
GREEN value IS 202 (79.30% from 255) = 70.63%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=4.55%
G=70.63%
B=24.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13202710.9400.650.21138.4187.9142.16
HexDCA475E041158a582a
Octal1531210713601012521213052
Binary110111001010100011110111100100000110101100010101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,202,71); }

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

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

 a { background-color: rgb(13,202,71); }

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

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

 span { border-color: rgb(13,202,71); }

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