Html Css Color HEX #05261A Dark Green

📋 copy color: '#05261A'

red 5 ◦ green 38 ◦ blue 26

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

Shades of Dark Green #05261A

Tints of Dark Green #05261A

RGB

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

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

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

R = 7.25%
G = 55.07%
B = 37.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#05261A (or 0x05261A) is known color: Dark Green. HEX triplet: 05, 26 and 1A. RGB value is (5,38,26). Sum of RGB (Red+Green+Blue) = 5+38+26=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #05261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05261A is #FAD9E5. Grayscale: #1A1A1A. Windows color (decimal): -16439782 or 1713669. OLE color: 1713669.

HSL color Cylindrical-coordinate representation of color #05261A: hue angle of 158.18º 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 #05261A is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 38 26 -
CMYK 0.87 0 0.32 0.85
HSL 158.18º 0.77% 0.08% -
HSV(B) 158.18º 0.87% 0.15% -
XYZ 0.94 1.49 1.22 -
YUV 26.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 5 38 26 0.87 0 0.32 0.85 158.18 0.77 0.08
Hex 5 26 1A 57 0 20 55 9E 4D 8
Octal 5 46 32 127 0 40 125 236 115 10
Binary 101 100110 11010 1010111 0 100000 1010101 10011110 1001101 1000

Color Harmonies of #05261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05261A

Black with #05261A

Text Example


Text Example

White with #05261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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