Html Css Color HEX #07332F Dark Green

📋 copy color: '#07332F'

red 7 ◦ green 51 ◦ blue 47

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

Shades of Dark Green #07332F

Tints of Dark Green #07332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 44.76%

R = 6.67%
G = 48.57%
B = 44.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.8

RGB Variations

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

Color information

#07332F (or 0x07332F) is known color: Dark Green. HEX triplet: 07, 33 and 2F. RGB value is (7,51,47). Sum of RGB (Red+Green+Blue) = 7+51+47=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #07332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07332F is #F8CCD0. Grayscale: #252525. Windows color (decimal): -16305361 or 3093255. OLE color: 3093255.

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

Color convert

RGB 7 51 47 -
CMYK 0.86 0 0.08 0.8
HSL 174.55º 0.76% 0.11% -
HSV(B) 174.55º 0.86% 0.2% -
XYZ 1.78 2.62 3.1 -
YUV 37.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 7 51 47 0.86 0 0.08 0.8 174.55 0.76 0.11
Hex 7 33 2F 56 0 8 50 AF 4C B
Octal 7 63 57 126 0 10 120 257 114 13
Binary 111 110011 101111 1010110 0 1000 1010000 10101111 1001100 1011

Color Harmonies of #07332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07332F

Black with #07332F

Text Example


Text Example

White with #07332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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