Html Css Color HEX #07332A Dark Green

📋 copy color: '#07332A'

red 7 ◦ green 51 ◦ blue 42

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

Shades of Dark Green #07332A

Tints of Dark Green #07332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 42%

R = 7%
G = 51%
B = 42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#07332A (or 0x07332A) is known color: Dark Green. HEX triplet: 07, 33 and 2A. RGB value is (7,51,42). Sum of RGB (Red+Green+Blue) = 7+51+42=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #07332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07332A is #F8CCD5. Grayscale: #242424. Windows color (decimal): -16305366 or 2765575. OLE color: 2765575.

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

Color convert

RGB 7 51 42 -
CMYK 0.86 0 0.18 0.8
HSL 167.73º 0.76% 0.11% -
HSV(B) 167.73º 0.86% 0.2% -
XYZ 1.69 2.58 2.6 -
YUV 36.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 7 51 42 0.86 0 0.18 0.8 167.73 0.76 0.11
Hex 7 33 2A 56 0 12 50 A8 4C B
Octal 7 63 52 126 0 22 120 250 114 13
Binary 111 110011 101010 1010110 0 10010 1010000 10101000 1001100 1011

Color Harmonies of #07332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07332A

Black with #07332A

Text Example


Text Example

White with #07332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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