Html Css Color HEX #08491C British Racing Green

📋 copy color: '#08491C'

red 8 ◦ green 73 ◦ blue 28

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

Shades of British Racing Green #08491C

Tints of British Racing Green #08491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 66.97%

 BLUE value IS 28 (11.33% from 255) = 25.69%

R = 7.34%
G = 66.97%
B = 25.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#08491C (or 0x08491C) is known color: British Racing Green. HEX triplet: 08, 49 and 1C. RGB value is (8,73,28). Sum of RGB (Red+Green+Blue) = 8+73+28=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #08491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08491C is #F7B6E3. Grayscale: #303030. Windows color (decimal): -16234212 or 1853704. OLE color: 1853704.

HSL color Cylindrical-coordinate representation of color #08491C: hue angle of 138.46º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08491C is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 28 -
CMYK 0.89 0 0.62 0.71
HSL 138.46º 0.8% 0.16% -
HSV(B) 138.46º 0.89% 0.29% -
XYZ 2.69 4.9 1.9 -
YUV 48.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 8 73 28 0.89 0 0.62 0.71 138.46 0.8 0.16
Hex 8 49 1C 59 0 3E 47 8A 50 10
Octal 10 111 34 131 0 76 107 212 120 20
Binary 1000 1001001 11100 1011001 0 111110 1000111 10001010 1010000 10000

Color Harmonies of #08491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08491C

Black with #08491C

Text Example


Text Example

White with #08491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08491C; }

 p { color: rgb(8,73,28); }

 H1.HeaderClassName
 {
   color: #08491C;
 }
 .AnyTagClassName
 {
   color: #08491C;
 }
</style>

background-color css

<style>
 a { background-color: #08491C; }

 a { background-color: rgb(8,73,28); }

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

border-color css

<style>
 span { border-color: #08491C; }

 span { border-color: rgb(8,73,28); }

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