Html Css Color HEX #08251F Dark Green

📋 copy color: '#08251F'

red 8 ◦ green 37 ◦ blue 31

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

Shades of Dark Green #08251F

Tints of Dark Green #08251F

RGB

 RED value IS 8 (3.52% from 255) = 10.53%

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

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

R = 10.53%
G = 48.68%
B = 40.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#08251F (or 0x08251F) is known color: Dark Green. HEX triplet: 08, 25 and 1F. RGB value is (8,37,31). Sum of RGB (Red+Green+Blue) = 8+37+31=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #08251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08251F is #F7DAE0. Grayscale: #1B1B1B. Windows color (decimal): -16243425 or 2041096. OLE color: 2041096.

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

Color convert

RGB 8 37 31 -
CMYK 0.78 0 0.16 0.85
HSL 167.59º 0.64% 0.09% -
HSV(B) 167.59º 0.78% 0.15% -
XYZ 1.01 1.47 1.53 -
YUV 27.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 8 37 31 0.78 0 0.16 0.85 167.59 0.64 0.09
Hex 8 25 1F 4E 0 10 55 A8 40 9
Octal 10 45 37 116 0 20 125 250 100 11
Binary 1000 100101 11111 1001110 0 10000 1010101 10101000 1000000 1001

Color Harmonies of #08251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08251F

Black with #08251F

Text Example


Text Example

White with #08251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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