Html Css Color HEX #02492D British Racing Green

📋 copy color: '#02492D'

red 2 ◦ green 73 ◦ blue 45

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

Shades of British Racing Green #02492D

Tints of British Racing Green #02492D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 60.83%

 BLUE value IS 45 (17.97% from 255) = 37.5%

R = 1.67%
G = 60.83%
B = 37.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#02492D (or 0x02492D) is known color: British Racing Green. HEX triplet: 02, 49 and 2D. RGB value is (2,73,45). Sum of RGB (Red+Green+Blue) = 2+73+45=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #02492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02492D is #FDB6D2. Grayscale: #303030. Windows color (decimal): -16627411 or 2967810. OLE color: 2967810.

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

Color convert

RGB 2 73 45 -
CMYK 0.97 0 0.38 0.71
HSL 156.34º 0.95% 0.15% -
HSV(B) 156.34º 0.97% 0.29% -
XYZ 2.88 4.97 3.29 -
YUV 48.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 2 73 45 0.97 0 0.38 0.71 156.34 0.95 0.15
Hex 2 49 2D 61 0 26 47 9C 5F F
Octal 2 111 55 141 0 46 107 234 137 17
Binary 10 1001001 101101 1100001 0 100110 1000111 10011100 1011111 1111

Color Harmonies of #02492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02492D

Black with #02492D

Text Example


Text Example

White with #02492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,73,45); }

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

background-color css

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

 a { background-color: rgb(2,73,45); }

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

border-color css

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

 span { border-color: rgb(2,73,45); }

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