Html Css Color HEX #030D06 Dark Green

📋 copy color: '#030D06'

red 3 ◦ green 13 ◦ blue 6

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

Shades of Dark Green #030D06

Tints of Dark Green #030D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 27.27%

R = 13.64%
G = 59.09%
B = 27.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.95

RGB Variations

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

Color information

#030D06 (or 0x030D06) is known color: Dark Green. HEX triplet: 03, 0D and 06. RGB value is (3,13,6). Sum of RGB (Red+Green+Blue) = 3+13+6=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 13 (5.47% from 255 or 59.09% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 13 - color contains mainly: green. Hex color #030D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D06 is #FCF2F9. Grayscale: #090909. Windows color (decimal): -16577274 or 396547. OLE color: 396547.

HSL color Cylindrical-coordinate representation of color #030D06: hue angle of 138º 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 #030D06 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.

Color convert

RGB 3 13 6 -
CMYK 0.77 0 0.54 0.95
HSL 138º 0.63% 0.03% -
HSV(B) 138º 0.77% 0.05% -
XYZ 0.21 0.32 0.22 -
YUV 9.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 3 13 6 0.77 0 0.54 0.95 138 0.63 0.03
Hex 3 D 6 4D 0 36 5F 8A 3E 3
Octal 3 15 6 115 0 66 137 212 76 3
Binary 11 1101 110 1001101 0 110110 1011111 10001010 111110 11

Color Harmonies of #030D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D06

Black with #030D06

Text Example


Text Example

White with #030D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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