Html Css Color HEX #05241F Dark Green

📋 copy color: '#05241F'

red 5 ◦ green 36 ◦ blue 31

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

Shades of Dark Green #05241F

Tints of Dark Green #05241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 50%

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

R = 6.94%
G = 50%
B = 43.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#05241F (or 0x05241F) is known color: Dark Green. HEX triplet: 05, 24 and 1F. RGB value is (5,36,31). Sum of RGB (Red+Green+Blue) = 5+36+31=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #05241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05241F is #FADBE0. Grayscale: #1A1A1A. Windows color (decimal): -16440289 or 2040837. OLE color: 2040837.

HSL color Cylindrical-coordinate representation of color #05241F: hue angle of 170.32º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05241F is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 36 31 -
CMYK 0.86 0 0.14 0.86
HSL 170.32º 0.76% 0.08% -
HSV(B) 170.32º 0.86% 0.14% -
XYZ 0.94 1.39 1.52 -
YUV 26.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 5 36 31 0.86 0 0.14 0.86 170.32 0.76 0.08
Hex 5 24 1F 56 0 E 56 AA 4C 8
Octal 5 44 37 126 0 16 126 252 114 10
Binary 101 100100 11111 1010110 0 1110 1010110 10101010 1001100 1000

Color Harmonies of #05241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05241F

Black with #05241F

Text Example


Text Example

White with #05241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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