Html Css Color HEX #02411D British Racing Green

📋 copy color: '#02411D'

red 2 ◦ green 65 ◦ blue 29

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

Shades of British Racing Green #02411D

Tints of British Racing Green #02411D

RGB

 RED value IS 2 (1.17% from 255) = 2.08%

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

 BLUE value IS 29 (11.72% from 255) = 30.21%

R = 2.08%
G = 67.71%
B = 30.21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#02411D (or 0x02411D) is known color: British Racing Green. HEX triplet: 02, 41 and 1D. RGB value is (2,65,29). Sum of RGB (Red+Green+Blue) = 2+65+29=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #02411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02411D is #FDBEE2. Grayscale: #2A2A2A. Windows color (decimal): -16629475 or 1917186. OLE color: 1917186.

HSL color Cylindrical-coordinate representation of color #02411D: hue angle of 145.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02411D is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 29 -
CMYK 0.97 0 0.55 0.75
HSL 145.71º 0.94% 0.13% -
HSV(B) 145.71º 0.97% 0.25% -
XYZ 2.14 3.88 1.8 -
YUV 42.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 2 65 29 0.97 0 0.55 0.75 145.71 0.94 0.13
Hex 2 41 1D 61 0 37 4B 92 5E D
Octal 2 101 35 141 0 67 113 222 136 15
Binary 10 1000001 11101 1100001 0 110111 1001011 10010010 1011110 1101

Color Harmonies of #02411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02411D

Black with #02411D

Text Example


Text Example

White with #02411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02411D; }

 p { color: rgb(2,65,29); }

 H1.HeaderClassName
 {
   color: #02411D;
 }
 .AnyTagClassName
 {
   color: #02411D;
 }
</style>

background-color css

<style>
 a { background-color: #02411D; }

 a { background-color: rgb(2,65,29); }

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

border-color css

<style>
 span { border-color: #02411D; }

 span { border-color: rgb(2,65,29); }

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