Html Css Color HEX #05332F Dark Green

📋 copy color: '#05332F'

red 5 ◦ green 51 ◦ blue 47

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

Shades of Dark Green #05332F

Tints of Dark Green #05332F

RGB

 RED value IS 5 (2.34% from 255) = 4.85%

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

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

R = 4.85%
G = 49.51%
B = 45.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.8

RGB Variations

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

Color information

#05332F (or 0x05332F) is known color: Dark Green. HEX triplet: 05, 33 and 2F. RGB value is (5,51,47). Sum of RGB (Red+Green+Blue) = 5+51+47=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #05332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05332F is #FACCD0. Grayscale: #242424. Windows color (decimal): -16436433 or 3093253. OLE color: 3093253.

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

Color convert

RGB 5 51 47 -
CMYK 0.90 0 0.08 0.8
HSL 174.78º 0.82% 0.11% -
HSV(B) 174.78º 0.9% 0.2% -
XYZ 1.76 2.61 3.1 -
YUV 36.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 5 51 47 0.90 0 0.08 0.8 174.78 0.82 0.11
Hex 5 33 2F 5A 0 8 50 AF 52 B
Octal 5 63 57 132 0 10 120 257 122 13
Binary 101 110011 101111 1011010 0 1000 1010000 10101111 1010010 1011

Color Harmonies of #05332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05332F

Black with #05332F

Text Example


Text Example

White with #05332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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