Html Css Color HEX #030D08 Dark Green

📋 copy color: '#030D08'

red 3 ◦ green 13 ◦ blue 8

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

Shades of Dark Green #030D08

Tints of Dark Green #030D08

RGB

 RED value IS 3 (1.56% from 255) = 12.5%

 GREEN value IS 13 (5.47% from 255) = 54.17%

 BLUE value IS 8 (3.52% from 255) = 33.33%

R = 12.5%
G = 54.17%
B = 33.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.95

RGB Variations

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

Color information

#030D08 (or 0x030D08) is known color: Dark Green. HEX triplet: 03, 0D and 08. RGB value is (3,13,8). Sum of RGB (Red+Green+Blue) = 3+13+8=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 13 (5.47% from 255 or 54.17% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 13 - color contains mainly: green. Hex color #030D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D08 is #FCF2F7. Grayscale: #090909. Windows color (decimal): -16577272 or 527619. OLE color: 527619.

HSL color Cylindrical-coordinate representation of color #030D08: hue angle of 150º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #030D08 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.95.

Color convert

RGB 3 13 8 -
CMYK 0.77 0 0.38 0.95
HSL 150º 0.63% 0.03% -
HSV(B) 150º 0.77% 0.05% -
XYZ 0.23 0.32 0.28 -
YUV 9.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 3 13 8 0.77 0 0.38 0.95 150 0.63 0.03
Hex 3 D 8 4D 0 26 5F 96 3E 3
Octal 3 15 10 115 0 46 137 226 76 3
Binary 11 1101 1000 1001101 0 100110 1011111 10010110 111110 11

Color Harmonies of #030D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D08

Black with #030D08

Text Example


Text Example

White with #030D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030D08; }

 p { color: rgb(3,13,8); }

 H1.HeaderClassName
 {
   color: #030D08;
 }
 .AnyTagClassName
 {
   color: #030D08;
 }
</style>

background-color css

<style>
 a { background-color: #030D08; }

 a { background-color: rgb(3,13,8); }

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

border-color css

<style>
 span { border-color: #030D08; }

 span { border-color: rgb(3,13,8); }

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