Html Css Color HEX #0DAB30 Dark Pastel Green

📋 copy color: '#0DAB30'

red 13 ◦ green 171 ◦ blue 48

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

Shades of Dark Pastel Green #0DAB30

Tints of Dark Pastel Green #0DAB30

RGB

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

 GREEN value IS 171 (67.19% from 255) = 73.71%

 BLUE value IS 48 (19.14% from 255) = 20.69%

R = 5.6%
G = 73.71%
B = 20.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#0DAB30 (or 0x0DAB30) is known color: Dark Pastel Green. HEX triplet: 0D, AB and 30. RGB value is (13,171,48). Sum of RGB (Red+Green+Blue) = 13+171+48=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 171 (67.19% from 255 or 73.71% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB30 is #F254CF. Grayscale: #6E6E6E. Windows color (decimal): -15881424 or 3189517. OLE color: 3189517.

HSL color Cylindrical-coordinate representation of color #0DAB30: hue angle of 133.29º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB30 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 171 48 -
CMYK 0.92 0 0.72 0.33
HSL 133.29º 0.86% 0.36% -
HSV(B) 133.29º 0.92% 0.67% -
XYZ 15.26 29.42 7.67 -
YUV 109.74 93.15 59 -
System Red Green Blue C M Y K H S L
Decimal 13 171 48 0.92 0 0.72 0.33 133.29 0.86 0.36
Hex D AB 30 5C 0 48 21 85 56 24
Octal 15 253 60 134 0 110 41 205 126 44
Binary 1101 10101011 110000 1011100 0 1001000 100001 10000101 1010110 100100

Color Harmonies of #0DAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB30

Black with #0DAB30

Text Example


Text Example

White with #0DAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,48); }

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

background-color css

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

 a { background-color: rgb(13,171,48); }

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

border-color css

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

 span { border-color: rgb(13,171,48); }

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