Html Css Color HEX #0DB642 Dark Pastel Green

📋 copy color: '#0DB642'

red 13 ◦ green 182 ◦ blue 66

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

Shades of Dark Pastel Green #0DB642

Tints of Dark Pastel Green #0DB642

RGB

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

 GREEN value IS 182 (71.48% from 255) = 69.73%

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 4.98%
G = 69.73%
B = 25.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#0DB642 (or 0x0DB642) is known color: Dark Pastel Green. HEX triplet: 0D, B6 and 42. RGB value is (13,182,66). Sum of RGB (Red+Green+Blue) = 13+182+66=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 182 (71.48% from 255 or 69.73% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB642 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB642 is #F249BD. Grayscale: #767676. Windows color (decimal): -15878590 or 4371981. OLE color: 4371981.

HSL color Cylindrical-coordinate representation of color #0DB642: hue angle of 138.82º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB642 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 182 66 -
CMYK 0.93 0 0.64 0.29
HSL 138.82º 0.87% 0.38% -
HSV(B) 138.82º 0.93% 0.71% -
XYZ 17.88 33.93 10.76 -
YUV 118.25 98.51 52.93 -
System Red Green Blue C M Y K H S L
Decimal 13 182 66 0.93 0 0.64 0.29 138.82 0.87 0.38
Hex D B6 42 5D 0 40 1D 8B 57 26
Octal 15 266 102 135 0 100 35 213 127 46
Binary 1101 10110110 1000010 1011101 0 1000000 11101 10001011 1010111 100110

Color Harmonies of #0DB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB642

Black with #0DB642

Text Example


Text Example

White with #0DB642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,182,66); }

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

background-color css

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

 a { background-color: rgb(13,182,66); }

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

border-color css

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

 span { border-color: rgb(13,182,66); }

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