Html Css Color HEX #02541E British Racing Green

📋 copy color: '#02541E'

red 2 ◦ green 84 ◦ blue 30

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

Shades of British Racing Green #02541E

Tints of British Racing Green #02541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.86%

R = 1.72%
G = 72.41%
B = 25.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#02541E (or 0x02541E) is known color: British Racing Green. HEX triplet: 02, 54 and 1E. RGB value is (2,84,30). Sum of RGB (Red+Green+Blue) = 2+84+30=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #02541E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02541E is #FDABE1. Grayscale: #353535. Windows color (decimal): -16624610 or 1987586. OLE color: 1987586.

HSL color Cylindrical-coordinate representation of color #02541E: hue angle of 140.49º 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 #02541E is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 84 30 -
CMYK 0.98 0 0.64 0.67
HSL 140.49º 0.95% 0.17% -
HSV(B) 140.49º 0.98% 0.33% -
XYZ 3.43 6.45 2.29 -
YUV 53.33 114.83 91.39 -
System Red Green Blue C M Y K H S L
Decimal 2 84 30 0.98 0 0.64 0.67 140.49 0.95 0.17
Hex 2 54 1E 62 0 40 43 8C 5F 11
Octal 2 124 36 142 0 100 103 214 137 21
Binary 10 1010100 11110 1100010 0 1000000 1000011 10001100 1011111 10001

Color Harmonies of #02541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02541E

Black with #02541E

Text Example


Text Example

White with #02541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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