#00412D

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

Shades of British Racing Green #00412D

Tints of British Racing Green #00412D

Color information

#00412D (or 0x00412D) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 2D. RGB value is (0,65,45). Sum of RGB (Red+Green+Blue) = 0+65+45=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #00412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00412D is #FFBED2. Grayscale: #2B2B2B. Windows color (decimal): -16760531 or 2965760. OLE color: 2965760.

HSL color Cylindrical-coordinate representation of color #00412D: hue angle of 161.54º 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 #00412D is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB06545-
CMYK100.310.75
HSL161.54º100%12.75%-
HSV(B)161.54º100%25.49%-
XYZ2.363.973.12-
YUV43.28128.9797.13-

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.09%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=0%
G=59.09%
B=40.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06545100.310.75161.5410012.75
Hex0412D6401F4Ba264d
Octal01015514403711324214415
Binary01000001101101110010001111110010111010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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