Html Css Color HEX #030B08 Dark Green

📋 copy color: '#030B08'

red 3 ◦ green 11 ◦ blue 8

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

Shades of Dark Green #030B08

Tints of Dark Green #030B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 50%

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

R = 13.64%
G = 50%
B = 36.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.96

RGB Variations

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

Color information

#030B08 (or 0x030B08) is known color: Dark Green. HEX triplet: 03, 0B and 08. RGB value is (3,11,8). Sum of RGB (Red+Green+Blue) = 3+11+8=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 8 (3.52% from 255 or 36.36% from 22); Max value from RGB is 11 - color contains mainly: green. Hex color #030B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B08 is #FCF4F7. Grayscale: #080808. Windows color (decimal): -16577784 or 527107. OLE color: 527107.

HSL color Cylindrical-coordinate representation of color #030B08: hue angle of 157.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #030B08 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.96.

Color convert

RGB 3 11 8 -
CMYK 0.73 0 0.27 0.96
HSL 157.5º 0.57% 0.03% -
HSV(B) 157.5º 0.73% 0.04% -
XYZ 0.2 0.28 0.27 -
YUV 8.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 3 11 8 0.73 0 0.27 0.96 157.5 0.57 0.03
Hex 3 B 8 49 0 1B 60 9E 39 3
Octal 3 13 10 111 0 33 140 236 71 3
Binary 11 1011 1000 1001001 0 11011 1100000 10011110 111001 11

Color Harmonies of #030B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B08

Black with #030B08

Text Example


Text Example

White with #030B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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