Html Css Color HEX #06472B British Racing Green

📋 copy color: '#06472B'

red 6 ◦ green 71 ◦ blue 43

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

Shades of British Racing Green #06472B

Tints of British Racing Green #06472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 59.17%

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

R = 5%
G = 59.17%
B = 35.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#06472B (or 0x06472B) is known color: British Racing Green. HEX triplet: 06, 47 and 2B. RGB value is (6,71,43). Sum of RGB (Red+Green+Blue) = 6+71+43=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #06472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06472B is #F9B8D4. Grayscale: #303030. Windows color (decimal): -16365781 or 2836230. OLE color: 2836230.

HSL color Cylindrical-coordinate representation of color #06472B: hue angle of 154.15º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06472B is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 71 43 -
CMYK 0.92 0 0.39 0.72
HSL 154.15º 0.84% 0.15% -
HSV(B) 154.15º 0.92% 0.28% -
XYZ 2.76 4.72 3.05 -
YUV 48.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 6 71 43 0.92 0 0.39 0.72 154.15 0.84 0.15
Hex 6 47 2B 5C 0 27 48 9A 54 F
Octal 6 107 53 134 0 47 110 232 124 17
Binary 110 1000111 101011 1011100 0 100111 1001000 10011010 1010100 1111

Color Harmonies of #06472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06472B

Black with #06472B

Text Example


Text Example

White with #06472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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