Html Css Color HEX #02481D British Racing Green

📋 copy color: '#02481D'

red 2 ◦ green 72 ◦ blue 29

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

Shades of British Racing Green #02481D

Tints of British Racing Green #02481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 69.9%

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

R = 1.94%
G = 69.9%
B = 28.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#02481D (or 0x02481D) is known color: British Racing Green. HEX triplet: 02, 48 and 1D. RGB value is (2,72,29). Sum of RGB (Red+Green+Blue) = 2+72+29=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #02481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02481D is #FDB7E2. Grayscale: #2E2E2E. Windows color (decimal): -16627683 or 1918978. OLE color: 1918978.

HSL color Cylindrical-coordinate representation of color #02481D: hue angle of 143.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02481D is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 72 29 -
CMYK 0.97 0 0.60 0.72
HSL 143.14º 0.95% 0.15% -
HSV(B) 143.14º 0.97% 0.28% -
XYZ 2.56 4.74 1.94 -
YUV 46.17 118.31 96.5 -
System Red Green Blue C M Y K H S L
Decimal 2 72 29 0.97 0 0.60 0.72 143.14 0.95 0.15
Hex 2 48 1D 61 0 3C 48 8F 5F F
Octal 2 110 35 141 0 74 110 217 137 17
Binary 10 1001000 11101 1100001 0 111100 1001000 10001111 1011111 1111

Color Harmonies of #02481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02481D

Black with #02481D

Text Example


Text Example

White with #02481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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