#0DCB3A

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

Shades of Dark Pastel Green #0DCB3A

Tints of Dark Pastel Green #0DCB3A

Color information

#0DCB3A (or 0x0DCB3A) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CB and 3A. RGB value is (13,203,58). Sum of RGB (Red+Green+Blue) = 13+203+58=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 203 (79.69% from 255 or 74.09% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCB3A is #F234C5. Grayscale: #828282. Windows color (decimal): -15873222 or 3853069. OLE color: 3853069.

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

Color convert

RGB1320358-
CMYK0.9400.710.20
HSL134.21º87.96%42.35%-
HSV(B)134.21º93.6%79.61%-
XYZ22.2943.111.15-
YUV129.6687.5544.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.74%
GREEN value IS 203 (79.69% from 255) = 74.09%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=4.74%
G=74.09%
B=21.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13203580.9400.710.20134.2187.9642.35
HexDCB3A5E0471486582a
Octal153137213601072420613052
Binary11011100101111101010111100100011110100100001101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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