Html Css Color HEX #07331A Dark Green

📋 copy color: '#07331A'

red 7 ◦ green 51 ◦ blue 26

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

Shades of Dark Green #07331A

Tints of Dark Green #07331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 60.71%

 BLUE value IS 26 (10.55% from 255) = 30.95%

R = 8.33%
G = 60.71%
B = 30.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.8

RGB Variations

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

Color information

#07331A (or 0x07331A) is known color: Dark Green. HEX triplet: 07, 33 and 1A. RGB value is (7,51,26). Sum of RGB (Red+Green+Blue) = 7+51+26=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #07331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07331A is #F8CCE5. Grayscale: #232323. Windows color (decimal): -16305382 or 1716999. OLE color: 1716999.

HSL color Cylindrical-coordinate representation of color #07331A: hue angle of 145.91º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07331A is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 26 -
CMYK 0.86 0 0.49 0.8
HSL 145.91º 0.76% 0.11% -
HSV(B) 145.91º 0.86% 0.2% -
XYZ 1.46 2.49 1.38 -
YUV 34.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 7 51 26 0.86 0 0.49 0.8 145.91 0.76 0.11
Hex 7 33 1A 56 0 31 50 92 4C B
Octal 7 63 32 126 0 61 120 222 114 13
Binary 111 110011 11010 1010110 0 110001 1010000 10010010 1001100 1011

Color Harmonies of #07331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07331A

Black with #07331A

Text Example


Text Example

White with #07331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07331A; }

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

 H1.HeaderClassName
 {
   color: #07331A;
 }
 .AnyTagClassName
 {
   color: #07331A;
 }
</style>

background-color css

<style>
 a { background-color: #07331A; }

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

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

border-color css

<style>
 span { border-color: #07331A; }

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

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