Html Css Color HEX #05231A Dark Green

📋 copy color: '#05231A'

red 5 ◦ green 35 ◦ blue 26

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

Shades of Dark Green #05231A

Tints of Dark Green #05231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 39.39%

R = 7.58%
G = 53.03%
B = 39.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.86

RGB Variations

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

Color information

#05231A (or 0x05231A) is known color: Dark Green. HEX triplet: 05, 23 and 1A. RGB value is (5,35,26). Sum of RGB (Red+Green+Blue) = 5+35+26=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #05231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05231A is #FADCE5. Grayscale: #191919. Windows color (decimal): -16440550 or 1712901. OLE color: 1712901.

HSL color Cylindrical-coordinate representation of color #05231A: hue angle of 162º 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 #05231A is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 35 26 -
CMYK 0.86 0 0.26 0.86
HSL 162º 0.75% 0.08% -
HSV(B) 162º 0.86% 0.14% -
XYZ 0.85 1.31 1.19 -
YUV 25 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 5 35 26 0.86 0 0.26 0.86 162 0.75 0.08
Hex 5 23 1A 56 0 1A 56 A2 4B 8
Octal 5 43 32 126 0 32 126 242 113 10
Binary 101 100011 11010 1010110 0 11010 1010110 10100010 1001011 1000

Color Harmonies of #05231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05231A

Black with #05231A

Text Example


Text Example

White with #05231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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