Html Css Color HEX #08492A British Racing Green

📋 copy color: '#08492A'

red 8 ◦ green 73 ◦ blue 42

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

Shades of British Racing Green #08492A

Tints of British Racing Green #08492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.15%

R = 6.5%
G = 59.35%
B = 34.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#08492A (or 0x08492A) is known color: British Racing Green. HEX triplet: 08, 49 and 2A. RGB value is (8,73,42). Sum of RGB (Red+Green+Blue) = 8+73+42=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #08492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08492A is #F7B6D5. Grayscale: #323232. Windows color (decimal): -16234198 or 2771208. OLE color: 2771208.

HSL color Cylindrical-coordinate representation of color #08492A: hue angle of 151.38º 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 #08492A is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 42 -
CMYK 0.89 0 0.42 0.71
HSL 151.38º 0.8% 0.16% -
HSV(B) 151.38º 0.89% 0.29% -
XYZ 2.9 4.98 3 -
YUV 50.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 8 73 42 0.89 0 0.42 0.71 151.38 0.8 0.16
Hex 8 49 2A 59 0 2A 47 97 50 10
Octal 10 111 52 131 0 52 107 227 120 20
Binary 1000 1001001 101010 1011001 0 101010 1000111 10010111 1010000 10000

Color Harmonies of #08492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08492A

Black with #08492A

Text Example


Text Example

White with #08492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08492A; }

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

 H1.HeaderClassName
 {
   color: #08492A;
 }
 .AnyTagClassName
 {
   color: #08492A;
 }
</style>

background-color css

<style>
 a { background-color: #08492A; }

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

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

border-color css

<style>
 span { border-color: #08492A; }

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

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