Html Css Color HEX #030B0B Dark Green

📋 copy color: '#030B0B'

red 3 ◦ green 11 ◦ blue 11

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

Shades of Dark Green #030B0B

Tints of Dark Green #030B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 44%

R = 12%
G = 44%
B = 44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#030B0B (or 0x030B0B) is known color: Dark Green. HEX triplet: 03, 0B and 0B. RGB value is (3,11,11). Sum of RGB (Red+Green+Blue) = 3+11+11=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 11 - color contains mainly: green, blue. Hex color #030B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B0B is #FCF4F4. Grayscale: #080808. Windows color (decimal): -16577781 or 723715. OLE color: 723715.

HSL color Cylindrical-coordinate representation of color #030B0B: hue angle of 180º 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 #030B0B is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 3 11 11 -
CMYK 0.73 0 0 0.96
HSL 180º 0.57% 0.03% -
HSV(B) 180º 0.73% 0.04% -
XYZ 0.22 0.28 0.36 -
YUV 8.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 3 11 11 0.73 0 0 0.96 180 0.57 0.03
Hex 3 B B 49 0 0 60 B4 39 3
Octal 3 13 13 111 0 0 140 264 71 3
Binary 11 1011 1011 1001001 0 0 1100000 10110100 111001 11

Color Harmonies of #030B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B0B

Black with #030B0B

Text Example


Text Example

White with #030B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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