Html Css Color HEX #071A18 Dark Green

📋 copy color: '#071A18'

red 7 ◦ green 26 ◦ blue 24

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

Shades of Dark Green #071A18

Tints of Dark Green #071A18

RGB

 RED value IS 7 (3.13% from 255) = 12.28%

 GREEN value IS 26 (10.55% from 255) = 45.61%

 BLUE value IS 24 (9.77% from 255) = 42.11%

R = 12.28%
G = 45.61%
B = 42.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#071A18 (or 0x071A18) is known color: Dark Green. HEX triplet: 07, 1A and 18. RGB value is (7,26,24). Sum of RGB (Red+Green+Blue) = 7+26+24=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 26 - color contains mainly: green. Hex color #071A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A18 is #F8E5E7. Grayscale: #141414. Windows color (decimal): -16311784 or 1579527. OLE color: 1579527.

HSL color Cylindrical-coordinate representation of color #071A18: hue angle of 173.68º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #071A18 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 7 26 24 -
CMYK 0.73 0 0.08 0.90
HSL 173.68º 0.58% 0.06% -
HSV(B) 173.68º 0.73% 0.1% -
XYZ 0.62 0.85 1 -
YUV 20.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 7 26 24 0.73 0 0.08 0.90 173.68 0.58 0.06
Hex 7 1A 18 49 0 8 5A AE 3A 6
Octal 7 32 30 111 0 10 132 256 72 6
Binary 111 11010 11000 1001001 0 1000 1011010 10101110 111010 110

Color Harmonies of #071A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A18

Black with #071A18

Text Example


Text Example

White with #071A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071A18; }

 p { color: rgb(7,26,24); }

 H1.HeaderClassName
 {
   color: #071A18;
 }
 .AnyTagClassName
 {
   color: #071A18;
 }
</style>

background-color css

<style>
 a { background-color: #071A18; }

 a { background-color: rgb(7,26,24); }

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

border-color css

<style>
 span { border-color: #071A18; }

 span { border-color: rgb(7,26,24); }

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