Html Css Color HEX #08482A British Racing Green

📋 copy color: '#08482A'

red 8 ◦ green 72 ◦ blue 42

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

Shades of British Racing Green #08482A

Tints of British Racing Green #08482A

RGB

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

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

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

R = 6.56%
G = 59.02%
B = 34.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#08482A (or 0x08482A) is known color: British Racing Green. HEX triplet: 08, 48 and 2A. RGB value is (8,72,42). Sum of RGB (Red+Green+Blue) = 8+72+42=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #08482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08482A is #F7B7D5. Grayscale: #313131. Windows color (decimal): -16234454 or 2770952. OLE color: 2770952.

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

Color convert

RGB 8 72 42 -
CMYK 0.89 0 0.42 0.72
HSL 151.88º 0.8% 0.16% -
HSV(B) 151.88º 0.89% 0.28% -
XYZ 2.84 4.85 2.98 -
YUV 49.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 8 72 42 0.89 0 0.42 0.72 151.88 0.8 0.16
Hex 8 48 2A 59 0 2A 48 98 50 10
Octal 10 110 52 131 0 52 110 230 120 20
Binary 1000 1001000 101010 1011001 0 101010 1001000 10011000 1010000 10000

Color Harmonies of #08482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08482A

Black with #08482A

Text Example


Text Example

White with #08482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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