Html Css Color HEX #07331E Dark Green

📋 copy color: '#07331E'

red 7 ◦ green 51 ◦ blue 30

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

Shades of Dark Green #07331E

Tints of Dark Green #07331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 34.09%

R = 7.95%
G = 57.95%
B = 34.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.8

RGB Variations

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

Color information

#07331E (or 0x07331E) is known color: Dark Green. HEX triplet: 07, 33 and 1E. RGB value is (7,51,30). Sum of RGB (Red+Green+Blue) = 7+51+30=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #07331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07331E is #F8CCE1. Grayscale: #232323. Windows color (decimal): -16305378 or 1979143. OLE color: 1979143.

HSL color Cylindrical-coordinate representation of color #07331E: hue angle of 151.36º 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 #07331E is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 30 -
CMYK 0.86 0 0.41 0.8
HSL 151.36º 0.76% 0.11% -
HSV(B) 151.36º 0.86% 0.2% -
XYZ 1.51 2.51 1.63 -
YUV 35.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 7 51 30 0.86 0 0.41 0.8 151.36 0.76 0.11
Hex 7 33 1E 56 0 29 50 97 4C B
Octal 7 63 36 126 0 51 120 227 114 13
Binary 111 110011 11110 1010110 0 101001 1010000 10010111 1001100 1011

Color Harmonies of #07331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07331E

Black with #07331E

Text Example


Text Example

White with #07331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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