Html Css Color HEX #00411F British Racing Green

📋 copy color: '#00411F'

red 0 ◦ green 65 ◦ blue 31

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

Shades of British Racing Green #00411F

Tints of British Racing Green #00411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 32.29%

R = 0%
G = 67.71%
B = 32.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#00411F (or 0x00411F) is known color: British Racing Green. HEX triplet: 00, 41 and 1F. RGB value is (0,65,31). Sum of RGB (Red+Green+Blue) = 0+65+31=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #00411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00411F is #FFBEE0. Grayscale: #292929. Windows color (decimal): -16760545 or 2048256. OLE color: 2048256.

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

Color convert

RGB 0 65 31 -
CMYK 1 0 0.52 0.75
HSL 148.62º 1% 0.13% -
HSV(B) 148.62º 1% 0.25% -
XYZ 2.14 3.88 1.93 -
YUV 41.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 0 65 31 1 0 0.52 0.75 148.62 1 0.13
Hex 0 41 1F 64 0 34 4B 95 64 D
Octal 0 101 37 144 0 64 113 225 144 15
Binary 0 1000001 11111 1100100 0 110100 1001011 10010101 1100100 1101

Color Harmonies of #00411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00411F

Black with #00411F

Text Example


Text Example

White with #00411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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