Html Css Color HEX #030C09 Dark Green

📋 copy color: '#030C09'

red 3 ◦ green 12 ◦ blue 9

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

Shades of Dark Green #030C09

Tints of Dark Green #030C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 50%

 BLUE value IS 9 (3.91% from 255) = 37.5%

R = 12.5%
G = 50%
B = 37.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.95

RGB Variations

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

Color information

#030C09 (or 0x030C09) is known color: Dark Green. HEX triplet: 03, 0C and 09. RGB value is (3,12,9). Sum of RGB (Red+Green+Blue) = 3+12+9=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 12 (5.08% from 255 or 50% from 24); Blue value is 9 (3.91% from 255 or 37.5% from 24); Max value from RGB is 12 - color contains mainly: green. Hex color #030C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C09 is #FCF3F6. Grayscale: #080808. Windows color (decimal): -16577527 or 592899. OLE color: 592899.

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

Color convert

RGB 3 12 9 -
CMYK 0.75 0 0.25 0.95
HSL 160º 0.6% 0.03% -
HSV(B) 160º 0.75% 0.05% -
XYZ 0.22 0.3 0.31 -
YUV 8.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 3 12 9 0.75 0 0.25 0.95 160 0.6 0.03
Hex 3 C 9 4B 0 19 5F A0 3C 3
Octal 3 14 11 113 0 31 137 240 74 3
Binary 11 1100 1001 1001011 0 11001 1011111 10100000 111100 11

Color Harmonies of #030C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C09

Black with #030C09

Text Example


Text Example

White with #030C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,12,9); }

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

background-color css

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

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

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

border-color css

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

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

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