Html Css Color HEX #05271A Dark Green

📋 copy color: '#05271A'

red 5 ◦ green 39 ◦ blue 26

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

Shades of Dark Green #05271A

Tints of Dark Green #05271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 55.71%

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

R = 7.14%
G = 55.71%
B = 37.14%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#05271A (or 0x05271A) is known color: Dark Green. HEX triplet: 05, 27 and 1A. RGB value is (5,39,26). Sum of RGB (Red+Green+Blue) = 5+39+26=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 39 (15.62% from 255 or 55.71% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 39 - color contains mainly: green. Hex color #05271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05271A is #FAD8E5. Grayscale: #1B1B1B. Windows color (decimal): -16439526 or 1713925. OLE color: 1713925.

HSL color Cylindrical-coordinate representation of color #05271A: hue angle of 157.06º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05271A is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 39 26 -
CMYK 0.87 0 0.33 0.85
HSL 157.06º 0.77% 0.09% -
HSV(B) 157.06º 0.87% 0.15% -
XYZ 0.97 1.56 1.23 -
YUV 27.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 5 39 26 0.87 0 0.33 0.85 157.06 0.77 0.09
Hex 5 27 1A 57 0 21 55 9D 4D 9
Octal 5 47 32 127 0 41 125 235 115 11
Binary 101 100111 11010 1010111 0 100001 1010101 10011101 1001101 1001

Color Harmonies of #05271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05271A

Black with #05271A

Text Example


Text Example

White with #05271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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