Html Css Color HEX #02401A British Racing Green

📋 copy color: '#02401A'

red 2 ◦ green 64 ◦ blue 26

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

Shades of British Racing Green #02401A

Tints of British Racing Green #02401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 69.57%

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

R = 2.17%
G = 69.57%
B = 28.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#02401A (or 0x02401A) is known color: British Racing Green. HEX triplet: 02, 40 and 1A. RGB value is (2,64,26). Sum of RGB (Red+Green+Blue) = 2+64+26=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #02401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02401A is #FDBFE5. Grayscale: #292929. Windows color (decimal): -16629734 or 1720322. OLE color: 1720322.

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

Color convert

RGB 2 64 26 -
CMYK 0.97 0 0.59 0.75
HSL 143.23º 0.94% 0.13% -
HSV(B) 143.23º 0.97% 0.25% -
XYZ 2.04 3.75 1.59 -
YUV 41.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 2 64 26 0.97 0 0.59 0.75 143.23 0.94 0.13
Hex 2 40 1A 61 0 3B 4B 8F 5E D
Octal 2 100 32 141 0 73 113 217 136 15
Binary 10 1000000 11010 1100001 0 111011 1001011 10001111 1011110 1101

Color Harmonies of #02401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02401A

Black with #02401A

Text Example


Text Example

White with #02401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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