Html Css Color HEX #02482B British Racing Green

📋 copy color: '#02482B'

red 2 ◦ green 72 ◦ blue 43

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

Shades of British Racing Green #02482B

Tints of British Racing Green #02482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 1.71%
G = 61.54%
B = 36.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#02482B (or 0x02482B) is known color: British Racing Green. HEX triplet: 02, 48 and 2B. RGB value is (2,72,43). Sum of RGB (Red+Green+Blue) = 2+72+43=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #02482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02482B is #FDB7D4. Grayscale: #2F2F2F. Windows color (decimal): -16627669 or 2836482. OLE color: 2836482.

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

Color convert

RGB 2 72 43 -
CMYK 0.97 0 0.40 0.72
HSL 155.14º 0.95% 0.15% -
HSV(B) 155.14º 0.97% 0.28% -
XYZ 2.78 4.82 3.07 -
YUV 47.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 2 72 43 0.97 0 0.40 0.72 155.14 0.95 0.15
Hex 2 48 2B 61 0 28 48 9B 5F F
Octal 2 110 53 141 0 50 110 233 137 17
Binary 10 1001000 101011 1100001 0 101000 1001000 10011011 1011111 1111

Color Harmonies of #02482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02482B

Black with #02482B

Text Example


Text Example

White with #02482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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