#00412C

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

Shades of British Racing Green #00412C

Tints of British Racing Green #00412C

Color information

#00412C (or 0x00412C) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 2C. RGB value is (0,65,44). Sum of RGB (Red+Green+Blue) = 0+65+44=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #00412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00412C is #FFBED3. Grayscale: #2B2B2B. Windows color (decimal): -16760532 or 2900224. OLE color: 2900224.

HSL color Cylindrical-coordinate representation of color #00412C: hue angle of 160.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00412C is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB06544-
CMYK100.320.75
HSL160.62º100%12.75%-
HSV(B)160.62º100%25.49%-
XYZ2.343.963.02-
YUV43.17128.4797.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 59.63%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=0%
G=59.63%
B=40.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06544100.320.75160.6210012.75
Hex0412C640204Ba164d
Octal01015414404011324114415
Binary010000011011001100100010000010010111010000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,65,44); }

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

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

 a { background-color: rgb(0,65,44); }

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

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

 span { border-color: rgb(0,65,44); }

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