Html Css Color HEX #08482B British Racing Green

📋 copy color: '#08482B'

red 8 ◦ green 72 ◦ blue 43

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

Shades of British Racing Green #08482B

Tints of British Racing Green #08482B

RGB

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

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

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

R = 6.5%
G = 58.54%
B = 34.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#08482B (or 0x08482B) is known color: British Racing Green. HEX triplet: 08, 48 and 2B. RGB value is (8,72,43). Sum of RGB (Red+Green+Blue) = 8+72+43=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #08482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08482B is #F7B7D4. Grayscale: #313131. Windows color (decimal): -16234453 or 2836488. OLE color: 2836488.

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

Color convert

RGB 8 72 43 -
CMYK 0.89 0 0.40 0.72
HSL 152.81º 0.8% 0.16% -
HSV(B) 152.81º 0.89% 0.28% -
XYZ 2.85 4.86 3.07 -
YUV 49.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 8 72 43 0.89 0 0.40 0.72 152.81 0.8 0.16
Hex 8 48 2B 59 0 28 48 99 50 10
Octal 10 110 53 131 0 50 110 231 120 20
Binary 1000 1001000 101011 1011001 0 101000 1001000 10011001 1010000 10000

Color Harmonies of #08482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08482B

Black with #08482B

Text Example


Text Example

White with #08482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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