Html Css Color HEX #02441D British Racing Green

📋 copy color: '#02441D'

red 2 ◦ green 68 ◦ blue 29

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

Shades of British Racing Green #02441D

Tints of British Racing Green #02441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 68.69%

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

R = 2.02%
G = 68.69%
B = 29.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#02441D (or 0x02441D) is known color: British Racing Green. HEX triplet: 02, 44 and 1D. RGB value is (2,68,29). Sum of RGB (Red+Green+Blue) = 2+68+29=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #02441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02441D is #FDBBE2. Grayscale: #2B2B2B. Windows color (decimal): -16628707 or 1917954. OLE color: 1917954.

HSL color Cylindrical-coordinate representation of color #02441D: hue angle of 144.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02441D is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 68 29 -
CMYK 0.97 0 0.57 0.73
HSL 144.55º 0.94% 0.14% -
HSV(B) 144.55º 0.97% 0.27% -
XYZ 2.31 4.24 1.86 -
YUV 43.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 2 68 29 0.97 0 0.57 0.73 144.55 0.94 0.14
Hex 2 44 1D 61 0 39 49 91 5E E
Octal 2 104 35 141 0 71 111 221 136 16
Binary 10 1000100 11101 1100001 0 111001 1001001 10010001 1011110 1110

Color Harmonies of #02441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02441D

Black with #02441D

Text Example


Text Example

White with #02441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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