Html Css Color HEX #08482E British Racing Green

📋 copy color: '#08482E'

red 8 ◦ green 72 ◦ blue 46

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

Shades of British Racing Green #08482E

Tints of British Racing Green #08482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 36.51%

R = 6.35%
G = 57.14%
B = 36.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#08482E (or 0x08482E) is known color: British Racing Green. HEX triplet: 08, 48 and 2E. RGB value is (8,72,46). Sum of RGB (Red+Green+Blue) = 8+72+46=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #08482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08482E is #F7B7D1. Grayscale: #313131. Windows color (decimal): -16234450 or 3033096. OLE color: 3033096.

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

Color convert

RGB 8 72 46 -
CMYK 0.89 0 0.36 0.72
HSL 155.63º 0.8% 0.16% -
HSV(B) 155.63º 0.89% 0.28% -
XYZ 2.91 4.88 3.37 -
YUV 49.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 8 72 46 0.89 0 0.36 0.72 155.63 0.8 0.16
Hex 8 48 2E 59 0 24 48 9C 50 10
Octal 10 110 56 131 0 44 110 234 120 20
Binary 1000 1001000 101110 1011001 0 100100 1001000 10011100 1010000 10000

Color Harmonies of #08482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08482E

Black with #08482E

Text Example


Text Example

White with #08482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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