Html Css Color HEX #06442C British Racing Green

📋 copy color: '#06442C'

red 6 ◦ green 68 ◦ blue 44

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

Shades of British Racing Green #06442C

Tints of British Racing Green #06442C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 37.29%

R = 5.08%
G = 57.63%
B = 37.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#06442C (or 0x06442C) is known color: British Racing Green. HEX triplet: 06, 44 and 2C. RGB value is (6,68,44). Sum of RGB (Red+Green+Blue) = 6+68+44=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #06442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06442C is #F9BBD3. Grayscale: #2E2E2E. Windows color (decimal): -16366548 or 2900998. OLE color: 2900998.

HSL color Cylindrical-coordinate representation of color #06442C: hue angle of 156.77º 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 #06442C is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 68 44 -
CMYK 0.91 0 0.35 0.73
HSL 156.77º 0.84% 0.15% -
HSV(B) 156.77º 0.91% 0.27% -
XYZ 2.6 4.35 3.09 -
YUV 46.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 6 68 44 0.91 0 0.35 0.73 156.77 0.84 0.15
Hex 6 44 2C 5B 0 23 49 9D 54 F
Octal 6 104 54 133 0 43 111 235 124 17
Binary 110 1000100 101100 1011011 0 100011 1001001 10011101 1010100 1111

Color Harmonies of #06442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06442C

Black with #06442C

Text Example


Text Example

White with #06442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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