#0DCD38

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

Shades of Dark Pastel Green #0DCD38

Tints of Dark Pastel Green #0DCD38

Color information

#0DCD38 (or 0x0DCD38) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CD and 38. RGB value is (13,205,56). Sum of RGB (Red+Green+Blue) = 13+205+56=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 205 (80.47% from 255 or 74.82% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCD38 is #F232C7. Grayscale: #838383. Windows color (decimal): -15872712 or 3722509. OLE color: 3722509.

HSL color Cylindrical-coordinate representation of color #0DCD38: hue angle of 133.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD38 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB1320556-
CMYK0.9400.730.20
HSL133.44º88.07%42.75%-
HSV(B)133.44º93.66%80.39%-
XYZ22.7144.0311.04-
YUV130.6185.8944.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.74%
GREEN value IS 205 (80.47% from 255) = 74.82%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=4.74%
G=74.82%
B=20.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13205560.9400.730.20133.4488.0742.75
HexDCD385E0491485582b
Octal153157013601112420513053
Binary11011100110111100010111100100100110100100001011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,205,56); }

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

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

 a { background-color: rgb(13,205,56); }

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

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

 span { border-color: rgb(13,205,56); }

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