#00412A

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

Shades of British Racing Green #00412A

Tints of British Racing Green #00412A

Color information

#00412A (or 0x00412A) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 2A. RGB value is (0,65,42). Sum of RGB (Red+Green+Blue) = 0+65+42=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #00412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00412A is #FFBED5. Grayscale: #2A2A2A. Windows color (decimal): -16760534 or 2769152. OLE color: 2769152.

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

Color convert

RGB06542-
CMYK100.350.75
HSL158.77º100%12.75%-
HSV(B)158.77º100%25.49%-
XYZ2.313.952.83-
YUV42.94127.4797.37-

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) = 60.75%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=0%
G=60.75%
B=39.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06542100.350.75158.7710012.75
Hex0412A640234B9f64d
Octal01015214404311323714415
Binary010000011010101100100010001110010111001111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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