Html Css Color HEX #08251E Dark Green

📋 copy color: '#08251E'

red 8 ◦ green 37 ◦ blue 30

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

Shades of Dark Green #08251E

Tints of Dark Green #08251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 40%

R = 10.67%
G = 49.33%
B = 40%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#08251E (or 0x08251E) is known color: Dark Green. HEX triplet: 08, 25 and 1E. RGB value is (8,37,30). Sum of RGB (Red+Green+Blue) = 8+37+30=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #08251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08251E is #F7DAE1. Grayscale: #1B1B1B. Windows color (decimal): -16243426 or 1975560. OLE color: 1975560.

HSL color Cylindrical-coordinate representation of color #08251E: hue angle of 165.52º 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 #08251E is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 30 -
CMYK 0.78 0 0.19 0.85
HSL 165.52º 0.64% 0.09% -
HSV(B) 165.52º 0.78% 0.15% -
XYZ 1 1.47 1.46 -
YUV 27.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 8 37 30 0.78 0 0.19 0.85 165.52 0.64 0.09
Hex 8 25 1E 4E 0 13 55 A6 40 9
Octal 10 45 36 116 0 23 125 246 100 11
Binary 1000 100101 11110 1001110 0 10011 1010101 10100110 1000000 1001

Color Harmonies of #08251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08251E

Black with #08251E

Text Example


Text Example

White with #08251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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