Html Css Color HEX #06442A British Racing Green

📋 copy color: '#06442A'

red 6 ◦ green 68 ◦ blue 42

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

Shades of British Racing Green #06442A

Tints of British Racing Green #06442A

RGB

 RED value IS 6 (2.73% from 255) = 5.17%

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

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

R = 5.17%
G = 58.62%
B = 36.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#06442A (or 0x06442A) is known color: British Racing Green. HEX triplet: 06, 44 and 2A. RGB value is (6,68,42). Sum of RGB (Red+Green+Blue) = 6+68+42=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #06442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06442A is #F9BBD5. Grayscale: #2E2E2E. Windows color (decimal): -16366550 or 2769926. OLE color: 2769926.

HSL color Cylindrical-coordinate representation of color #06442A: hue angle of 154.84º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06442A is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 68 42 -
CMYK 0.91 0 0.38 0.73
HSL 154.84º 0.84% 0.15% -
HSV(B) 154.84º 0.91% 0.27% -
XYZ 2.56 4.34 2.89 -
YUV 46.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 6 68 42 0.91 0 0.38 0.73 154.84 0.84 0.15
Hex 6 44 2A 5B 0 26 49 9B 54 F
Octal 6 104 52 133 0 46 111 233 124 17
Binary 110 1000100 101010 1011011 0 100110 1001001 10011011 1010100 1111

Color Harmonies of #06442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06442A

Black with #06442A

Text Example


Text Example

White with #06442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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