Html Css Color HEX #02482D British Racing Green

📋 copy color: '#02482D'

red 2 ◦ green 72 ◦ blue 45

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

Shades of British Racing Green #02482D

Tints of British Racing Green #02482D

RGB

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

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

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

R = 1.68%
G = 60.5%
B = 37.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#02482D (or 0x02482D) is known color: British Racing Green. HEX triplet: 02, 48 and 2D. RGB value is (2,72,45). Sum of RGB (Red+Green+Blue) = 2+72+45=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #02482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02482D is #FDB7D2. Grayscale: #303030. Windows color (decimal): -16627667 or 2967554. OLE color: 2967554.

HSL color Cylindrical-coordinate representation of color #02482D: hue angle of 156.86º 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 #02482D is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 72 45 -
CMYK 0.97 0 0.38 0.72
HSL 156.86º 0.95% 0.15% -
HSV(B) 156.86º 0.97% 0.28% -
XYZ 2.82 4.84 3.27 -
YUV 47.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 2 72 45 0.97 0 0.38 0.72 156.86 0.95 0.15
Hex 2 48 2D 61 0 26 48 9D 5F F
Octal 2 110 55 141 0 46 110 235 137 17
Binary 10 1001000 101101 1100001 0 100110 1001000 10011101 1011111 1111

Color Harmonies of #02482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02482D

Black with #02482D

Text Example


Text Example

White with #02482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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