Html Css Color HEX #07331C Dark Green

📋 copy color: '#07331C'

red 7 ◦ green 51 ◦ blue 28

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

Shades of Dark Green #07331C

Tints of Dark Green #07331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 32.56%

R = 8.14%
G = 59.3%
B = 32.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#07331C (or 0x07331C) is known color: Dark Green. HEX triplet: 07, 33 and 1C. RGB value is (7,51,28). Sum of RGB (Red+Green+Blue) = 7+51+28=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #07331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07331C is #F8CCE3. Grayscale: #232323. Windows color (decimal): -16305380 or 1848071. OLE color: 1848071.

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

Color convert

RGB 7 51 28 -
CMYK 0.86 0 0.45 0.8
HSL 148.64º 0.76% 0.11% -
HSV(B) 148.64º 0.86% 0.2% -
XYZ 1.48 2.5 1.5 -
YUV 35.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 7 51 28 0.86 0 0.45 0.8 148.64 0.76 0.11
Hex 7 33 1C 56 0 2D 50 95 4C B
Octal 7 63 34 126 0 55 120 225 114 13
Binary 111 110011 11100 1010110 0 101101 1010000 10010101 1001100 1011

Color Harmonies of #07331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07331C

Black with #07331C

Text Example


Text Example

White with #07331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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