Html Css Color HEX #06442B British Racing Green

📋 copy color: '#06442B'

red 6 ◦ green 68 ◦ blue 43

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

Shades of British Racing Green #06442B

Tints of British Racing Green #06442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 5.13%
G = 58.12%
B = 36.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#06442B (or 0x06442B) is known color: British Racing Green. HEX triplet: 06, 44 and 2B. RGB value is (6,68,43). Sum of RGB (Red+Green+Blue) = 6+68+43=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #06442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06442B is #F9BBD4. Grayscale: #2E2E2E. Windows color (decimal): -16366549 or 2835462. OLE color: 2835462.

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

Color convert

RGB 6 68 43 -
CMYK 0.91 0 0.37 0.73
HSL 155.81º 0.84% 0.15% -
HSV(B) 155.81º 0.91% 0.27% -
XYZ 2.58 4.35 2.99 -
YUV 46.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 6 68 43 0.91 0 0.37 0.73 155.81 0.84 0.15
Hex 6 44 2B 5B 0 25 49 9C 54 F
Octal 6 104 53 133 0 45 111 234 124 17
Binary 110 1000100 101011 1011011 0 100101 1001001 10011100 1010100 1111

Color Harmonies of #06442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06442B

Black with #06442B

Text Example


Text Example

White with #06442B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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