Html Css Color HEX #05261F Dark Green

📋 copy color: '#05261F'

red 5 ◦ green 38 ◦ blue 31

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

Shades of Dark Green #05261F

Tints of Dark Green #05261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 51.35%

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

R = 6.76%
G = 51.35%
B = 41.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#05261F (or 0x05261F) is known color: Dark Green. HEX triplet: 05, 26 and 1F. RGB value is (5,38,31). Sum of RGB (Red+Green+Blue) = 5+38+31=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #05261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05261F is #FAD9E0. Grayscale: #1B1B1B. Windows color (decimal): -16439777 or 2041349. OLE color: 2041349.

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

Color convert

RGB 5 38 31 -
CMYK 0.87 0 0.18 0.85
HSL 167.27º 0.77% 0.08% -
HSV(B) 167.27º 0.87% 0.15% -
XYZ 1 1.52 1.54 -
YUV 27.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 5 38 31 0.87 0 0.18 0.85 167.27 0.77 0.08
Hex 5 26 1F 57 0 12 55 A7 4D 8
Octal 5 46 37 127 0 22 125 247 115 10
Binary 101 100110 11111 1010111 0 10010 1010101 10100111 1001101 1000

Color Harmonies of #05261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05261F

Black with #05261F

Text Example


Text Example

White with #05261F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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