Html Css Color HEX #08492B British Racing Green

📋 copy color: '#08492B'

red 8 ◦ green 73 ◦ blue 43

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

Shades of British Racing Green #08492B

Tints of British Racing Green #08492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.68%

R = 6.45%
G = 58.87%
B = 34.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#08492B (or 0x08492B) is known color: British Racing Green. HEX triplet: 08, 49 and 2B. RGB value is (8,73,43). Sum of RGB (Red+Green+Blue) = 8+73+43=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #08492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08492B is #F7B6D4. Grayscale: #323232. Windows color (decimal): -16234197 or 2836744. OLE color: 2836744.

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

Color convert

RGB 8 73 43 -
CMYK 0.89 0 0.41 0.71
HSL 152.31º 0.8% 0.16% -
HSV(B) 152.31º 0.89% 0.29% -
XYZ 2.92 4.99 3.1 -
YUV 50.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 8 73 43 0.89 0 0.41 0.71 152.31 0.8 0.16
Hex 8 49 2B 59 0 29 47 98 50 10
Octal 10 111 53 131 0 51 107 230 120 20
Binary 1000 1001001 101011 1011001 0 101001 1000111 10011000 1010000 10000

Color Harmonies of #08492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08492B

Black with #08492B

Text Example


Text Example

White with #08492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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