Html Css Color HEX #00412B British Racing Green

📋 copy color: '#00412B'

red 0 ◦ green 65 ◦ blue 43

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

Shades of British Racing Green #00412B

Tints of British Racing Green #00412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 39.81%

R = 0%
G = 60.19%
B = 39.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#00412B (or 0x00412B) is known color: British Racing Green. HEX triplet: 00, 41 and 2B. RGB value is (0,65,43). Sum of RGB (Red+Green+Blue) = 0+65+43=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #00412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00412B is #FFBED4. Grayscale: #2B2B2B. Windows color (decimal): -16760533 or 2834688. OLE color: 2834688.

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

Color convert

RGB 0 65 43 -
CMYK 1 0 0.34 0.75
HSL 159.69º 1% 0.13% -
HSV(B) 159.69º 1% 0.25% -
XYZ 2.33 3.96 2.93 -
YUV 43.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 0 65 43 1 0 0.34 0.75 159.69 1 0.13
Hex 0 41 2B 64 0 22 4B A0 64 D
Octal 0 101 53 144 0 42 113 240 144 15
Binary 0 1000001 101011 1100100 0 100010 1001011 10100000 1100100 1101

Color Harmonies of #00412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00412B

Black with #00412B

Text Example


Text Example

White with #00412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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