Html Css Color HEX #00412E British Racing Green

📋 copy color: '#00412E'

red 0 ◦ green 65 ◦ blue 46

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

Shades of British Racing Green #00412E

Tints of British Racing Green #00412E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 65 (25.78% from 255) = 58.56%

 BLUE value IS 46 (18.36% from 255) = 41.44%

R = 0%
G = 58.56%
B = 41.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#00412E (or 0x00412E) is known color: British Racing Green. HEX triplet: 00, 41 and 2E. RGB value is (0,65,46). Sum of RGB (Red+Green+Blue) = 0+65+46=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #00412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00412E is #FFBED1. Grayscale: #2B2B2B. Windows color (decimal): -16760530 or 3031296. OLE color: 3031296.

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

Color convert

RGB 0 65 46 -
CMYK 1 0 0.29 0.75
HSL 162.46º 1% 0.13% -
HSV(B) 162.46º 1% 0.25% -
XYZ 2.38 3.98 3.23 -
YUV 43.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 0 65 46 1 0 0.29 0.75 162.46 1 0.13
Hex 0 41 2E 64 0 1D 4B A2 64 D
Octal 0 101 56 144 0 35 113 242 144 15
Binary 0 1000001 101110 1100100 0 11101 1001011 10100010 1100100 1101

Color Harmonies of #00412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00412E

Black with #00412E

Text Example


Text Example

White with #00412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00412E;
 }
 .AnyTagClassName
 {
   color: #00412E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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