Html Css Color HEX #05331D Dark Green

📋 copy color: '#05331D'

red 5 ◦ green 51 ◦ blue 29

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

Shades of Dark Green #05331D

Tints of Dark Green #05331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 34.12%

R = 5.88%
G = 60%
B = 34.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#05331D (or 0x05331D) is known color: Dark Green. HEX triplet: 05, 33 and 1D. RGB value is (5,51,29). Sum of RGB (Red+Green+Blue) = 5+51+29=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #05331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05331D is #FACCE2. Grayscale: #222222. Windows color (decimal): -16436451 or 1913605. OLE color: 1913605.

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

Color convert

RGB 5 51 29 -
CMYK 0.90 0 0.43 0.8
HSL 151.3º 0.82% 0.11% -
HSV(B) 151.3º 0.9% 0.2% -
XYZ 1.47 2.49 1.57 -
YUV 34.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 5 51 29 0.90 0 0.43 0.8 151.3 0.82 0.11
Hex 5 33 1D 5A 0 2B 50 97 52 B
Octal 5 63 35 132 0 53 120 227 122 13
Binary 101 110011 11101 1011010 0 101011 1010000 10010111 1010010 1011

Color Harmonies of #05331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05331D

Black with #05331D

Text Example


Text Example

White with #05331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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