Html Css Color HEX #06462F British Racing Green

📋 copy color: '#06462F'

red 6 ◦ green 70 ◦ blue 47

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

Shades of British Racing Green #06462F

Tints of British Racing Green #06462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56.91%

 BLUE value IS 47 (18.75% from 255) = 38.21%

R = 4.88%
G = 56.91%
B = 38.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#06462F (or 0x06462F) is known color: British Racing Green. HEX triplet: 06, 46 and 2F. RGB value is (6,70,47). Sum of RGB (Red+Green+Blue) = 6+70+47=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #06462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06462F is #F9B9D0. Grayscale: #303030. Windows color (decimal): -16366033 or 3098118. OLE color: 3098118.

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

Color convert

RGB 6 70 47 -
CMYK 0.91 0 0.33 0.73
HSL 158.44º 0.84% 0.15% -
HSV(B) 158.44º 0.91% 0.27% -
XYZ 2.78 4.62 3.44 -
YUV 48.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 6 70 47 0.91 0 0.33 0.73 158.44 0.84 0.15
Hex 6 46 2F 5B 0 21 49 9E 54 F
Octal 6 106 57 133 0 41 111 236 124 17
Binary 110 1000110 101111 1011011 0 100001 1001001 10011110 1010100 1111

Color Harmonies of #06462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06462F

Black with #06462F

Text Example


Text Example

White with #06462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06462F; }

 p { color: rgb(6,70,47); }

 H1.HeaderClassName
 {
   color: #06462F;
 }
 .AnyTagClassName
 {
   color: #06462F;
 }
</style>

background-color css

<style>
 a { background-color: #06462F; }

 a { background-color: rgb(6,70,47); }

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

border-color css

<style>
 span { border-color: #06462F; }

 span { border-color: rgb(6,70,47); }

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