Html Css Color HEX #04332F Dark Green

📋 copy color: '#04332F'

red 4 ◦ green 51 ◦ blue 47

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

Shades of Dark Green #04332F

Tints of Dark Green #04332F

RGB

 RED value IS 4 (1.95% from 255) = 3.92%

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

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

R = 3.92%
G = 50%
B = 46.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.8

RGB Variations

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

Color information

#04332F (or 0x04332F) is known color: Dark Green. HEX triplet: 04, 33 and 2F. RGB value is (4,51,47). Sum of RGB (Red+Green+Blue) = 4+51+47=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #04332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04332F is #FBCCD0. Grayscale: #242424. Windows color (decimal): -16501969 or 3093252. OLE color: 3093252.

HSL color Cylindrical-coordinate representation of color #04332F: hue angle of 174.89º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04332F is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 51 47 -
CMYK 0.92 0 0.08 0.8
HSL 174.89º 0.85% 0.11% -
HSV(B) 174.89º 0.92% 0.2% -
XYZ 1.75 2.6 3.1 -
YUV 36.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 4 51 47 0.92 0 0.08 0.8 174.89 0.85 0.11
Hex 4 33 2F 5C 0 8 50 AF 55 B
Octal 4 63 57 134 0 10 120 257 125 13
Binary 100 110011 101111 1011100 0 1000 1010000 10101111 1010101 1011

Color Harmonies of #04332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04332F

Black with #04332F

Text Example


Text Example

White with #04332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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