Html Css Color HEX #08442D British Racing Green

📋 copy color: '#08442D'

red 8 ◦ green 68 ◦ blue 45

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

Shades of British Racing Green #08442D

Tints of British Racing Green #08442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 56.2%

 BLUE value IS 45 (17.97% from 255) = 37.19%

R = 6.61%
G = 56.2%
B = 37.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#08442D (or 0x08442D) is known color: British Racing Green. HEX triplet: 08, 44 and 2D. RGB value is (8,68,45). Sum of RGB (Red+Green+Blue) = 8+68+45=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #08442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08442D is #F7BBD2. Grayscale: #2F2F2F. Windows color (decimal): -16235475 or 2966536. OLE color: 2966536.

HSL color Cylindrical-coordinate representation of color #08442D: hue angle of 157º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08442D is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 68 45 -
CMYK 0.88 0 0.34 0.73
HSL 157º 0.79% 0.15% -
HSV(B) 157º 0.88% 0.27% -
XYZ 2.64 4.38 3.19 -
YUV 47.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 8 68 45 0.88 0 0.34 0.73 157 0.79 0.15
Hex 8 44 2D 58 0 22 49 9D 4F F
Octal 10 104 55 130 0 42 111 235 117 17
Binary 1000 1000100 101101 1011000 0 100010 1001001 10011101 1001111 1111

Color Harmonies of #08442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08442D

Black with #08442D

Text Example


Text Example

White with #08442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08442D; }

 p { color: rgb(8,68,45); }

 H1.HeaderClassName
 {
   color: #08442D;
 }
 .AnyTagClassName
 {
   color: #08442D;
 }
</style>

background-color css

<style>
 a { background-color: #08442D; }

 a { background-color: rgb(8,68,45); }

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

border-color css

<style>
 span { border-color: #08442D; }

 span { border-color: rgb(8,68,45); }

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