Html Css Color HEX #05251B Dark Green

📋 copy color: '#05251B'

red 5 ◦ green 37 ◦ blue 27

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

Shades of Dark Green #05251B

Tints of Dark Green #05251B

RGB

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

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

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

R = 7.25%
G = 53.62%
B = 39.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#05251B (or 0x05251B) is known color: Dark Green. HEX triplet: 05, 25 and 1B. RGB value is (5,37,27). Sum of RGB (Red+Green+Blue) = 5+37+27=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #05251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05251B is #FADAE4. Grayscale: #1A1A1A. Windows color (decimal): -16440037 or 1778949. OLE color: 1778949.

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

Color convert

RGB 5 37 27 -
CMYK 0.86 0 0.27 0.85
HSL 161.25º 0.76% 0.08% -
HSV(B) 161.25º 0.86% 0.15% -
XYZ 0.92 1.43 1.27 -
YUV 26.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 5 37 27 0.86 0 0.27 0.85 161.25 0.76 0.08
Hex 5 25 1B 56 0 1B 55 A1 4C 8
Octal 5 45 33 126 0 33 125 241 114 10
Binary 101 100101 11011 1010110 0 11011 1010101 10100001 1001100 1000

Color Harmonies of #05251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05251B

Black with #05251B

Text Example


Text Example

White with #05251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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