Html Css Color HEX #05231F Dark Green

📋 copy color: '#05231F'

red 5 ◦ green 35 ◦ blue 31

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

Shades of Dark Green #05231F

Tints of Dark Green #05231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 49.3%

 BLUE value IS 31 (12.5% from 255) = 43.66%

R = 7.04%
G = 49.3%
B = 43.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#05231F (or 0x05231F) is known color: Dark Green. HEX triplet: 05, 23 and 1F. RGB value is (5,35,31). Sum of RGB (Red+Green+Blue) = 5+35+31=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #05231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05231F is #FADCE0. Grayscale: #191919. Windows color (decimal): -16440545 or 2040581. OLE color: 2040581.

HSL color Cylindrical-coordinate representation of color #05231F: hue angle of 172º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05231F is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 35 31 -
CMYK 0.86 0 0.11 0.86
HSL 172º 0.75% 0.08% -
HSV(B) 172º 0.86% 0.14% -
XYZ 0.91 1.33 1.51 -
YUV 25.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 5 35 31 0.86 0 0.11 0.86 172 0.75 0.08
Hex 5 23 1F 56 0 B 56 AC 4B 8
Octal 5 43 37 126 0 13 126 254 113 10
Binary 101 100011 11111 1010110 0 1011 1010110 10101100 1001011 1000

Color Harmonies of #05231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05231F

Black with #05231F

Text Example


Text Example

White with #05231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,35,31); }

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

background-color css

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

 a { background-color: rgb(5,35,31); }

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

border-color css

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

 span { border-color: rgb(5,35,31); }

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