#0DCA28

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

Shades of Dark Pastel Green #0DCA28

Tints of Dark Pastel Green #0DCA28

Color information

#0DCA28 (or 0x0DCA28) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CA and 28. RGB value is (13,202,40). Sum of RGB (Red+Green+Blue) = 13+202+40=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCA28 is #F235D7. Grayscale: #7F7F7F. Windows color (decimal): -15873496 or 2673165. OLE color: 2673165.

HSL color Cylindrical-coordinate representation of color #0DCA28: hue angle of 128.57º 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 #0DCA28 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB1320240-
CMYK0.9400.800.21
HSL128.57º87.91%42.16%-
HSV(B)128.57º93.56%79.22%-
XYZ21.6742.489.06-
YUV127.0278.8846.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.10%
GREEN value IS 202 (79.30% from 255) = 79.22%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=5.10%
G=79.22%
B=15.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13202400.9400.800.21128.5787.9142.16
HexDCA285E0501581582a
Octal153125013601202520113052
Binary11011100101010100010111100101000010101100000011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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