Html Css Color HEX #00412C British Racing Green

📋 copy color: '#00412C'

red 0 ◦ green 65 ◦ blue 44

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

Shades of British Racing Green #00412C

Tints of British Racing Green #00412C

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 value IS 1

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#00412C (or 0x00412C) is known color: 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

RGB 0 65 44 -
CMYK 1 0 0.32 0.75
HSL 160.62º 1% 0.13% -
HSV(B) 160.62º 1% 0.25% -
XYZ 2.34 3.96 3.02 -
YUV 43.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 0 65 44 1 0 0.32 0.75 160.62 1 0.13
Hex 0 41 2C 64 0 20 4B A1 64 D
Octal 0 101 54 144 0 40 113 241 144 15
Binary 0 1000001 101100 1100100 0 100000 1001011 10100001 1100100 1101

Color Harmonies of #00412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00412C

Black with #00412C

Text Example


Text Example

White with #00412C

Text Example


Text Example

HTML Codes & Css Web 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>