Html Css Color HEX #02542E British Racing Green

📋 copy color: '#02542E'

red 2 ◦ green 84 ◦ blue 46

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

Shades of British Racing Green #02542E

Tints of British Racing Green #02542E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 63.64%

 BLUE value IS 46 (18.36% from 255) = 34.85%

R = 1.52%
G = 63.64%
B = 34.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#02542E (or 0x02542E) is known color: British Racing Green. HEX triplet: 02, 54 and 2E. RGB value is (2,84,46). Sum of RGB (Red+Green+Blue) = 2+84+46=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #02542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02542E is #FDABD1. Grayscale: #373737. Windows color (decimal): -16624594 or 3036162. OLE color: 3036162.

HSL color Cylindrical-coordinate representation of color #02542E: hue angle of 152.2º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02542E is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 84 46 -
CMYK 0.98 0 0.45 0.67
HSL 152.2º 0.95% 0.17% -
HSV(B) 152.2º 0.98% 0.33% -
XYZ 3.69 6.55 3.65 -
YUV 55.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 2 84 46 0.98 0 0.45 0.67 152.2 0.95 0.17
Hex 2 54 2E 62 0 2D 43 98 5F 11
Octal 2 124 56 142 0 55 103 230 137 21
Binary 10 1010100 101110 1100010 0 101101 1000011 10011000 1011111 10001

Color Harmonies of #02542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02542E

Black with #02542E

Text Example


Text Example

White with #02542E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02542E; }

 p { color: rgb(2,84,46); }

 H1.HeaderClassName
 {
   color: #02542E;
 }
 .AnyTagClassName
 {
   color: #02542E;
 }
</style>

background-color css

<style>
 a { background-color: #02542E; }

 a { background-color: rgb(2,84,46); }

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

border-color css

<style>
 span { border-color: #02542E; }

 span { border-color: rgb(2,84,46); }

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