Html Css Color HEX #0DB92C Dark Pastel Green

📋 copy color: '#0DB92C'

red 13 ◦ green 185 ◦ blue 44

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

Shades of Dark Pastel Green #0DB92C

Tints of Dark Pastel Green #0DB92C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 76.45%

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

R = 5.37%
G = 76.45%
B = 18.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#0DB92C (or 0x0DB92C) is known color: Dark Pastel Green. HEX triplet: 0D, B9 and 2C. RGB value is (13,185,44). Sum of RGB (Red+Green+Blue) = 13+185+44=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 185 (72.66% from 255 or 76.45% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB92C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB92C is #F246D3. Grayscale: #757575. Windows color (decimal): -15877844 or 2930957. OLE color: 2930957.

HSL color Cylindrical-coordinate representation of color #0DB92C: hue angle of 130.81º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB92C is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 185 44 -
CMYK 0.93 0 0.76 0.27
HSL 130.81º 0.87% 0.39% -
HSV(B) 130.81º 0.93% 0.73% -
XYZ 17.97 34.97 8.18 -
YUV 117.5 86.52 53.46 -
System Red Green Blue C M Y K H S L
Decimal 13 185 44 0.93 0 0.76 0.27 130.81 0.87 0.39
Hex D B9 2C 5D 0 4C 1B 83 57 27
Octal 15 271 54 135 0 114 33 203 127 47
Binary 1101 10111001 101100 1011101 0 1001100 11011 10000011 1010111 100111

Color Harmonies of #0DB92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB92C

Black with #0DB92C

Text Example


Text Example

White with #0DB92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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