#0DCB3F

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

Shades of Dark Pastel Green #0DCB3F

Tints of Dark Pastel Green #0DCB3F

Color information

#0DCB3F (or 0x0DCB3F) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CB and 3F. RGB value is (13,203,63). Sum of RGB (Red+Green+Blue) = 13+203+63=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCB3F is #F234C0. Grayscale: #828282. Windows color (decimal): -15873217 or 4180749. OLE color: 4180749.

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

Color convert

RGB1320363-
CMYK0.9400.690.20
HSL135.79º87.96%42.35%-
HSV(B)135.79º93.6%79.61%-
XYZ22.4243.1611.85-
YUV130.2390.0544.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 203 (79.69% from 255) = 72.76%
BLUE value IS 63 (25% from 255) = 22.58%
R=4.66%
G=72.76%
B=22.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13203630.9400.690.20135.7987.9642.35
HexDCB3F5E0451488582a
Octal153137713601052421013052
Binary11011100101111111110111100100010110100100010001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,203,63); }

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

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

 a { background-color: rgb(13,203,63); }

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

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

 span { border-color: rgb(13,203,63); }

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