Html Css Color HEX #05281B Dark Green

📋 copy color: '#05281B'

red 5 ◦ green 40 ◦ blue 27

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

Shades of Dark Green #05281B

Tints of Dark Green #05281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 55.56%

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

R = 6.94%
G = 55.56%
B = 37.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.84

RGB Variations

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

Color information

#05281B (or 0x05281B) is known color: Dark Green. HEX triplet: 05, 28 and 1B. RGB value is (5,40,27). Sum of RGB (Red+Green+Blue) = 5+40+27=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #05281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05281B is #FAD7E4. Grayscale: #1C1C1C. Windows color (decimal): -16439269 or 1779717. OLE color: 1779717.

HSL color Cylindrical-coordinate representation of color #05281B: hue angle of 157.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05281B is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 40 27 -
CMYK 0.88 0 0.33 0.84
HSL 157.71º 0.78% 0.09% -
HSV(B) 157.71º 0.88% 0.16% -
XYZ 1.02 1.63 1.3 -
YUV 28.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 5 40 27 0.88 0 0.33 0.84 157.71 0.78 0.09
Hex 5 28 1B 58 0 21 54 9E 4E 9
Octal 5 50 33 130 0 41 124 236 116 11
Binary 101 101000 11011 1011000 0 100001 1010100 10011110 1001110 1001

Color Harmonies of #05281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05281B

Black with #05281B

Text Example


Text Example

White with #05281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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