Html Css Color HEX #02541B British Racing Green

📋 copy color: '#02541B'

red 2 ◦ green 84 ◦ blue 27

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

Shades of British Racing Green #02541B

Tints of British Racing Green #02541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.89%

R = 1.77%
G = 74.34%
B = 23.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#02541B (or 0x02541B) is known color: British Racing Green. HEX triplet: 02, 54 and 1B. RGB value is (2,84,27). Sum of RGB (Red+Green+Blue) = 2+84+27=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #02541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02541B is #FDABE4. Grayscale: #353535. Windows color (decimal): -16624613 or 1790978. OLE color: 1790978.

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

Color convert

RGB 2 84 27 -
CMYK 0.98 0 0.68 0.67
HSL 138.29º 0.95% 0.17% -
HSV(B) 138.29º 0.98% 0.33% -
XYZ 3.39 6.43 2.1 -
YUV 52.98 113.33 91.63 -
System Red Green Blue C M Y K H S L
Decimal 2 84 27 0.98 0 0.68 0.67 138.29 0.95 0.17
Hex 2 54 1B 62 0 44 43 8A 5F 11
Octal 2 124 33 142 0 104 103 212 137 21
Binary 10 1010100 11011 1100010 0 1000100 1000011 10001010 1011111 10001

Color Harmonies of #02541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02541B

Black with #02541B

Text Example


Text Example

White with #02541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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