Html Css Color HEX #02411A British Racing Green

📋 copy color: '#02411A'

red 2 ◦ green 65 ◦ blue 26

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

Shades of British Racing Green #02411A

Tints of British Racing Green #02411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 27.96%

R = 2.15%
G = 69.89%
B = 27.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#02411A (or 0x02411A) is known color: British Racing Green. HEX triplet: 02, 41 and 1A. RGB value is (2,65,26). Sum of RGB (Red+Green+Blue) = 2+65+26=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #02411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02411A is #FDBEE5. Grayscale: #292929. Windows color (decimal): -16629478 or 1720578. OLE color: 1720578.

HSL color Cylindrical-coordinate representation of color #02411A: hue angle of 142.86º 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 #02411A is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 26 -
CMYK 0.97 0 0.60 0.75
HSL 142.86º 0.94% 0.13% -
HSV(B) 142.86º 0.97% 0.25% -
XYZ 2.1 3.87 1.61 -
YUV 41.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 2 65 26 0.97 0 0.60 0.75 142.86 0.94 0.13
Hex 2 41 1A 61 0 3C 4B 8F 5E D
Octal 2 101 32 141 0 74 113 217 136 15
Binary 10 1000001 11010 1100001 0 111100 1001011 10001111 1011110 1101

Color Harmonies of #02411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02411A

Black with #02411A

Text Example


Text Example

White with #02411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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