Html Css Color HEX #05261B Dark Green

📋 copy color: '#05261B'

red 5 ◦ green 38 ◦ blue 27

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

Shades of Dark Green #05261B

Tints of Dark Green #05261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 38.57%

R = 7.14%
G = 54.29%
B = 38.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.85

RGB Variations

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

Color information

#05261B (or 0x05261B) is known color: Dark Green. HEX triplet: 05, 26 and 1B. RGB value is (5,38,27). Sum of RGB (Red+Green+Blue) = 5+38+27=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #05261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05261B is #FAD9E4. Grayscale: #1A1A1A. Windows color (decimal): -16439781 or 1779205. OLE color: 1779205.

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

Color convert

RGB 5 38 27 -
CMYK 0.87 0 0.29 0.85
HSL 160º 0.77% 0.08% -
HSV(B) 160º 0.87% 0.15% -
XYZ 0.95 1.5 1.28 -
YUV 26.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 5 38 27 0.87 0 0.29 0.85 160 0.77 0.08
Hex 5 26 1B 57 0 1D 55 A0 4D 8
Octal 5 46 33 127 0 35 125 240 115 10
Binary 101 100110 11011 1010111 0 11101 1010101 10100000 1001101 1000

Color Harmonies of #05261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05261B

Black with #05261B

Text Example


Text Example

White with #05261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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