Html Css Color HEX #08481E British Racing Green

📋 copy color: '#08481E'

red 8 ◦ green 72 ◦ blue 30

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

Shades of British Racing Green #08481E

Tints of British Racing Green #08481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 65.45%

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

R = 7.27%
G = 65.45%
B = 27.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#08481E (or 0x08481E) is known color: British Racing Green. HEX triplet: 08, 48 and 1E. RGB value is (8,72,30). Sum of RGB (Red+Green+Blue) = 8+72+30=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #08481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08481E is #F7B7E1. Grayscale: #303030. Windows color (decimal): -16234466 or 1984520. OLE color: 1984520.

HSL color Cylindrical-coordinate representation of color #08481E: hue angle of 140.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08481E is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 30 -
CMYK 0.89 0 0.58 0.72
HSL 140.63º 0.8% 0.16% -
HSV(B) 140.63º 0.89% 0.28% -
XYZ 2.65 4.78 2.01 -
YUV 48.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 8 72 30 0.89 0 0.58 0.72 140.63 0.8 0.16
Hex 8 48 1E 59 0 3A 48 8D 50 10
Octal 10 110 36 131 0 72 110 215 120 20
Binary 1000 1001000 11110 1011001 0 111010 1001000 10001101 1010000 10000

Color Harmonies of #08481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08481E

Black with #08481E

Text Example


Text Example

White with #08481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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