Html Css Color HEX #0DB02C Dark Pastel Green

📋 copy color: '#0DB02C'

red 13 ◦ green 176 ◦ blue 44

#0DB02C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0DB02C

Tints of Dark Pastel Green #0DB02C

RGB

 RED value IS 13 (5.47% from 255) = 5.58%

 GREEN value IS 176 (69.14% from 255) = 75.54%

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 5.58%
G = 75.54%
B = 18.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#0DB02C (or 0x0DB02C) is known color: Dark Pastel Green. HEX triplet: 0D, B0 and 2C. RGB value is (13,176,44). Sum of RGB (Red+Green+Blue) = 13+176+44=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 176 (69.14% from 255 or 75.54% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB02C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB02C is #F24FD3. Grayscale: #707070. Windows color (decimal): -15880148 or 2928653. OLE color: 2928653.

HSL color Cylindrical-coordinate representation of color #0DB02C: hue angle of 131.41º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB02C is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 176 44 -
CMYK 0.93 0 0.75 0.31
HSL 131.41º 0.86% 0.37% -
HSV(B) 131.41º 0.93% 0.69% -
XYZ 16.15 31.32 7.58 -
YUV 112.22 89.5 57.23 -
System Red Green Blue C M Y K H S L
Decimal 13 176 44 0.93 0 0.75 0.31 131.41 0.86 0.37
Hex D B0 2C 5D 0 4B 1F 83 56 25
Octal 15 260 54 135 0 113 37 203 126 45
Binary 1101 10110000 101100 1011101 0 1001011 11111 10000011 1010110 100101

Color Harmonies of #0DB02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB02C

Black with #0DB02C

Text Example


Text Example

White with #0DB02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,176,44); }

 H1.HeaderClassName
 {
   color: #0DB02C;
 }
 .AnyTagClassName
 {
   color: #0DB02C;
 }
</style>

background-color css

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

 a { background-color: rgb(13,176,44); }

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

border-color css

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

 span { border-color: rgb(13,176,44); }

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