Html Css Color HEX #05251F Dark Green

📋 copy color: '#05251F'

red 5 ◦ green 37 ◦ blue 31

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

Shades of Dark Green #05251F

Tints of Dark Green #05251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 50.68%

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

R = 6.85%
G = 50.68%
B = 42.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#05251F (or 0x05251F) is known color: Dark Green. HEX triplet: 05, 25 and 1F. RGB value is (5,37,31). Sum of RGB (Red+Green+Blue) = 5+37+31=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #05251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05251F is #FADAE0. Grayscale: #1A1A1A. Windows color (decimal): -16440033 or 2041093. OLE color: 2041093.

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

Color convert

RGB 5 37 31 -
CMYK 0.86 0 0.16 0.85
HSL 168.75º 0.76% 0.08% -
HSV(B) 168.75º 0.86% 0.15% -
XYZ 0.97 1.45 1.53 -
YUV 26.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 5 37 31 0.86 0 0.16 0.85 168.75 0.76 0.08
Hex 5 25 1F 56 0 10 55 A9 4C 8
Octal 5 45 37 126 0 20 125 251 114 10
Binary 101 100101 11111 1010110 0 10000 1010101 10101001 1001100 1000

Color Harmonies of #05251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05251F

Black with #05251F

Text Example


Text Example

White with #05251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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