Html Css Color HEX #05331E Dark Green

📋 copy color: '#05331E'

red 5 ◦ green 51 ◦ blue 30

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

Shades of Dark Green #05331E

Tints of Dark Green #05331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 34.88%

R = 5.81%
G = 59.3%
B = 34.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.8

RGB Variations

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

Color information

#05331E (or 0x05331E) is known color: Dark Green. HEX triplet: 05, 33 and 1E. RGB value is (5,51,30). Sum of RGB (Red+Green+Blue) = 5+51+30=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #05331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05331E is #FACCE1. Grayscale: #222222. Windows color (decimal): -16436450 or 1979141. OLE color: 1979141.

HSL color Cylindrical-coordinate representation of color #05331E: hue angle of 152.61º 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 #05331E is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 51 30 -
CMYK 0.90 0 0.41 0.8
HSL 152.61º 0.82% 0.11% -
HSV(B) 152.61º 0.9% 0.2% -
XYZ 1.48 2.49 1.63 -
YUV 34.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 5 51 30 0.90 0 0.41 0.8 152.61 0.82 0.11
Hex 5 33 1E 5A 0 29 50 99 52 B
Octal 5 63 36 132 0 51 120 231 122 13
Binary 101 110011 11110 1011010 0 101001 1010000 10011001 1010010 1011

Color Harmonies of #05331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05331E

Black with #05331E

Text Example


Text Example

White with #05331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05331E; }

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

 H1.HeaderClassName
 {
   color: #05331E;
 }
 .AnyTagClassName
 {
   color: #05331E;
 }
</style>

background-color css

<style>
 a { background-color: #05331E; }

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

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

border-color css

<style>
 span { border-color: #05331E; }

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

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