Html Css Color HEX #00411C British Racing Green

📋 copy color: '#00411C'

red 0 ◦ green 65 ◦ blue 28

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

Shades of British Racing Green #00411C

Tints of British Racing Green #00411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 30.11%

R = 0%
G = 69.89%
B = 30.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#00411C (or 0x00411C) is known color: British Racing Green. HEX triplet: 00, 41 and 1C. RGB value is (0,65,28). Sum of RGB (Red+Green+Blue) = 0+65+28=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #00411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00411C is #FFBEE3. Grayscale: #292929. Windows color (decimal): -16760548 or 1851648. OLE color: 1851648.

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

Color convert

RGB 0 65 28 -
CMYK 1 0 0.57 0.75
HSL 145.85º 1% 0.13% -
HSV(B) 145.85º 1% 0.25% -
XYZ 2.1 3.86 1.73 -
YUV 41.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 0 65 28 1 0 0.57 0.75 145.85 1 0.13
Hex 0 41 1C 64 0 39 4B 92 64 D
Octal 0 101 34 144 0 71 113 222 144 15
Binary 0 1000001 11100 1100100 0 111001 1001011 10010010 1100100 1101

Color Harmonies of #00411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00411C

Black with #00411C

Text Example


Text Example

White with #00411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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