Html Css Color HEX #07332D Dark Green

📋 copy color: '#07332D'

red 7 ◦ green 51 ◦ blue 45

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

Shades of Dark Green #07332D

Tints of Dark Green #07332D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 43.69%

R = 6.8%
G = 49.51%
B = 43.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.8

RGB Variations

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

Color information

#07332D (or 0x07332D) is known color: Dark Green. HEX triplet: 07, 33 and 2D. RGB value is (7,51,45). Sum of RGB (Red+Green+Blue) = 7+51+45=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #07332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07332D is #F8CCD2. Grayscale: #252525. Windows color (decimal): -16305363 or 2962183. OLE color: 2962183.

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

Color convert

RGB 7 51 45 -
CMYK 0.86 0 0.12 0.8
HSL 171.82º 0.76% 0.11% -
HSV(B) 171.82º 0.86% 0.2% -
XYZ 1.75 2.6 2.89 -
YUV 37.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 7 51 45 0.86 0 0.12 0.8 171.82 0.76 0.11
Hex 7 33 2D 56 0 C 50 AC 4C B
Octal 7 63 55 126 0 14 120 254 114 13
Binary 111 110011 101101 1010110 0 1100 1010000 10101100 1001100 1011

Color Harmonies of #07332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07332D

Black with #07332D

Text Example


Text Example

White with #07332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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