Html Css Color HEX #00410F British Racing Green

📋 copy color: '#00410F'

red 0 ◦ green 65 ◦ blue 15

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

Shades of British Racing Green #00410F

Tints of British Racing Green #00410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.75%

R = 0%
G = 81.25%
B = 18.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#00410F (or 0x00410F) is known color: British Racing Green. HEX triplet: 00, 41 and 0F. RGB value is (0,65,15). Sum of RGB (Red+Green+Blue) = 0+65+15=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 65 (25.78% from 255 or 81.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 65 - color contains mainly: green. Hex color #00410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00410F is #FFBEF0. Grayscale: #282828. Windows color (decimal): -16760561 or 999680. OLE color: 999680.

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

Color convert

RGB 0 65 15 -
CMYK 1 0 0.77 0.75
HSL 133.85º 1% 0.13% -
HSV(B) 133.85º 1% 0.25% -
XYZ 1.98 3.82 1.08 -
YUV 39.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 0 65 15 1 0 0.77 0.75 133.85 1 0.13
Hex 0 41 F 64 0 4D 4B 86 64 D
Octal 0 101 17 144 0 115 113 206 144 15
Binary 0 1000001 1111 1100100 0 1001101 1001011 10000110 1100100 1101

Color Harmonies of #00410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00410F

Black with #00410F

Text Example


Text Example

White with #00410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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