Html Css Color HEX #05251C Dark Green

📋 copy color: '#05251C'

red 5 ◦ green 37 ◦ blue 28

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

Shades of Dark Green #05251C

Tints of Dark Green #05251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 40%

R = 7.14%
G = 52.86%
B = 40%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#05251C (or 0x05251C) is known color: Dark Green. HEX triplet: 05, 25 and 1C. RGB value is (5,37,28). Sum of RGB (Red+Green+Blue) = 5+37+28=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #05251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05251C is #FADAE3. Grayscale: #1A1A1A. Windows color (decimal): -16440036 or 1844485. OLE color: 1844485.

HSL color Cylindrical-coordinate representation of color #05251C: hue angle of 163.12º 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 #05251C is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 37 28 -
CMYK 0.86 0 0.24 0.85
HSL 163.13º 0.76% 0.08% -
HSV(B) 163.13º 0.86% 0.15% -
XYZ 0.93 1.44 1.33 -
YUV 26.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 5 37 28 0.86 0 0.24 0.85 163.13 0.76 0.08
Hex 5 25 1C 56 0 18 55 A3 4C 8
Octal 5 45 34 126 0 30 125 243 114 10
Binary 101 100101 11100 1010110 0 11000 1010101 10100011 1001100 1000

Color Harmonies of #05251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05251C

Black with #05251C

Text Example


Text Example

White with #05251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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