Html Css Color HEX #08482F British Racing Green

📋 copy color: '#08482F'

red 8 ◦ green 72 ◦ blue 47

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

Shades of British Racing Green #08482F

Tints of British Racing Green #08482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 6.3%
G = 56.69%
B = 37.01%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#08482F (or 0x08482F) is known color: British Racing Green. HEX triplet: 08, 48 and 2F. RGB value is (8,72,47). Sum of RGB (Red+Green+Blue) = 8+72+47=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #08482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08482F is #F7B7D0. Grayscale: #323232. Windows color (decimal): -16234449 or 3098632. OLE color: 3098632.

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

Color convert

RGB 8 72 47 -
CMYK 0.89 0 0.35 0.72
HSL 156.56º 0.8% 0.16% -
HSV(B) 156.56º 0.89% 0.28% -
XYZ 2.93 4.89 3.48 -
YUV 50.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 8 72 47 0.89 0 0.35 0.72 156.56 0.8 0.16
Hex 8 48 2F 59 0 23 48 9D 50 10
Octal 10 110 57 131 0 43 110 235 120 20
Binary 1000 1001000 101111 1011001 0 100011 1001000 10011101 1010000 10000

Color Harmonies of #08482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08482F

Black with #08482F

Text Example


Text Example

White with #08482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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