Html Css Color HEX #0DB342 Dark Pastel Green

📋 copy color: '#0DB342'

red 13 ◦ green 179 ◦ blue 66

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

Shades of Dark Pastel Green #0DB342

Tints of Dark Pastel Green #0DB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 69.38%

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

R = 5.04%
G = 69.38%
B = 25.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#0DB342 (or 0x0DB342) is known color: Dark Pastel Green. HEX triplet: 0D, B3 and 42. RGB value is (13,179,66). Sum of RGB (Red+Green+Blue) = 13+179+66=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 179 (70.31% from 255 or 69.38% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB342 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB342 is #F24CBD. Grayscale: #747474. Windows color (decimal): -15879358 or 4371213. OLE color: 4371213.

HSL color Cylindrical-coordinate representation of color #0DB342: hue angle of 139.16º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB342 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 179 66 -
CMYK 0.93 0 0.63 0.30
HSL 139.16º 0.86% 0.38% -
HSV(B) 139.16º 0.93% 0.7% -
XYZ 17.27 32.72 10.56 -
YUV 116.48 99.5 54.19 -
System Red Green Blue C M Y K H S L
Decimal 13 179 66 0.93 0 0.63 0.30 139.16 0.86 0.38
Hex D B3 42 5D 0 3F 1E 8B 56 26
Octal 15 263 102 135 0 77 36 213 126 46
Binary 1101 10110011 1000010 1011101 0 111111 11110 10001011 1010110 100110

Color Harmonies of #0DB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB342

Black with #0DB342

Text Example


Text Example

White with #0DB342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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