Html Css Color HEX #00412F British Racing Green

📋 copy color: '#00412F'

red 0 ◦ green 65 ◦ blue 47

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

Shades of British Racing Green #00412F

Tints of British Racing Green #00412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 41.96%

R = 0%
G = 58.04%
B = 41.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#00412F (or 0x00412F) is known color: British Racing Green. HEX triplet: 00, 41 and 2F. RGB value is (0,65,47). Sum of RGB (Red+Green+Blue) = 0+65+47=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #00412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00412F is #FFBED0. Grayscale: #2B2B2B. Windows color (decimal): -16760529 or 3096832. OLE color: 3096832.

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

Color convert

RGB 0 65 47 -
CMYK 1 0 0.28 0.75
HSL 163.38º 1% 0.13% -
HSV(B) 163.38º 1% 0.25% -
XYZ 2.4 3.99 3.33 -
YUV 43.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 0 65 47 1 0 0.28 0.75 163.38 1 0.13
Hex 0 41 2F 64 0 1C 4B A3 64 D
Octal 0 101 57 144 0 34 113 243 144 15
Binary 0 1000001 101111 1100100 0 11100 1001011 10100011 1100100 1101

Color Harmonies of #00412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00412F

Black with #00412F

Text Example


Text Example

White with #00412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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