#00462F

Color #00462F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #00462F

Tints of British Racing Green #00462F

Color information

#00462F (or 0x00462F) is unknown color: approx British Racing Green. HEX triplet: 00, 46 and 2F. RGB value is (0,70,47). Sum of RGB (Red+Green+Blue) = 0+70+47=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #00462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00462F is #FFB9D0. Grayscale: #2E2E2E. Windows color (decimal): -16759249 or 3098112. OLE color: 3098112.

HSL color Cylindrical-coordinate representation of color #00462F: hue angle of 160.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00462F is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB07047-
CMYK100.330.73
HSL160.29º100%13.73%-
HSV(B)160.29º100%27.45%-
XYZ2.74.593.43-
YUV46.45128.3194.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 59.83%
BLUE value IS 47 (18.75% from 255) = 40.17%
R=0%
G=59.83%
B=40.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal07047100.330.73160.2910013.73
Hex0462F6402149a064e
Octal01065714404111124014416
Binary010001101011111100100010000110010011010000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00462F;
 }
 .AnyTagClassName
 {
   color: #00462F;
 }
</style>
background-color css

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

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

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

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

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

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