Html Css Color HEX #08442A British Racing Green

📋 copy color: '#08442A'

red 8 ◦ green 68 ◦ blue 42

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

Shades of British Racing Green #08442A

Tints of British Racing Green #08442A

RGB

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

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

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

R = 6.78%
G = 57.63%
B = 35.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#08442A (or 0x08442A) is known color: British Racing Green. HEX triplet: 08, 44 and 2A. RGB value is (8,68,42). Sum of RGB (Red+Green+Blue) = 8+68+42=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #08442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08442A is #F7BBD5. Grayscale: #2F2F2F. Windows color (decimal): -16235478 or 2769928. OLE color: 2769928.

HSL color Cylindrical-coordinate representation of color #08442A: hue angle of 154º 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 #08442A is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 68 42 -
CMYK 0.88 0 0.38 0.73
HSL 154º 0.79% 0.15% -
HSV(B) 154º 0.88% 0.27% -
XYZ 2.59 4.35 2.89 -
YUV 47.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 8 68 42 0.88 0 0.38 0.73 154 0.79 0.15
Hex 8 44 2A 58 0 26 49 9A 4F F
Octal 10 104 52 130 0 46 111 232 117 17
Binary 1000 1000100 101010 1011000 0 100110 1001001 10011010 1001111 1111

Color Harmonies of #08442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08442A

Black with #08442A

Text Example


Text Example

White with #08442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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