Html Css Color HEX #05250F Dark Green

📋 copy color: '#05250F'

red 5 ◦ green 37 ◦ blue 15

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

Shades of Dark Green #05250F

Tints of Dark Green #05250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 26.32%

R = 8.77%
G = 64.91%
B = 26.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#05250F (or 0x05250F) is known color: Dark Green. HEX triplet: 05, 25 and 0F. RGB value is (5,37,15). Sum of RGB (Red+Green+Blue) = 5+37+15=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #05250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05250F is #FADAF0. Grayscale: #181818. Windows color (decimal): -16440049 or 992517. OLE color: 992517.

HSL color Cylindrical-coordinate representation of color #05250F: hue angle of 138.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 #05250F is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 37 15 -
CMYK 0.86 0 0.59 0.85
HSL 138.75º 0.76% 0.08% -
HSV(B) 138.75º 0.86% 0.15% -
XYZ 0.81 1.39 0.68 -
YUV 24.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 5 37 15 0.86 0 0.59 0.85 138.75 0.76 0.08
Hex 5 25 F 56 0 3B 55 8B 4C 8
Octal 5 45 17 126 0 73 125 213 114 10
Binary 101 100101 1111 1010110 0 111011 1010101 10001011 1001100 1000

Color Harmonies of #05250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05250F

Black with #05250F

Text Example


Text Example

White with #05250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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