Html Css Color HEX #030E07 Dark Green

📋 copy color: '#030E07'

red 3 ◦ green 14 ◦ blue 7

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

Shades of Dark Green #030E07

Tints of Dark Green #030E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 58.33%

 BLUE value IS 7 (3.13% from 255) = 29.17%

R = 12.5%
G = 58.33%
B = 29.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.5

 K value IS 0.95

RGB Variations

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

Color information

#030E07 (or 0x030E07) is known color: Dark Green. HEX triplet: 03, 0E and 07. RGB value is (3,14,7). Sum of RGB (Red+Green+Blue) = 3+14+7=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 14 (5.86% from 255 or 58.33% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 14 - color contains mainly: green. Hex color #030E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E07 is #FCF1F8. Grayscale: #090909. Windows color (decimal): -16577017 or 462339. OLE color: 462339.

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

Color convert

RGB 3 14 7 -
CMYK 0.79 0 0.5 0.95
HSL 141.82º 0.65% 0.03% -
HSV(B) 141.82º 0.79% 0.05% -
XYZ 0.23 0.35 0.26 -
YUV 9.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 3 14 7 0.79 0 0.5 0.95 141.82 0.65 0.03
Hex 3 E 7 4F 0 32 5F 8E 41 3
Octal 3 16 7 117 0 62 137 216 101 3
Binary 11 1110 111 1001111 0 110010 1011111 10001110 1000001 11

Color Harmonies of #030E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E07

Black with #030E07

Text Example


Text Example

White with #030E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,14,7); }

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

background-color css

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

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

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

border-color css

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

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

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