Html Css Color HEX #02501B British Racing Green

📋 copy color: '#02501B'

red 2 ◦ green 80 ◦ blue 27

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

Shades of British Racing Green #02501B

Tints of British Racing Green #02501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 73.39%

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

R = 1.83%
G = 73.39%
B = 24.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#02501B (or 0x02501B) is known color: British Racing Green. HEX triplet: 02, 50 and 1B. RGB value is (2,80,27). Sum of RGB (Red+Green+Blue) = 2+80+27=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #02501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02501B is #FDAFE4. Grayscale: #323232. Windows color (decimal): -16625637 or 1789954. OLE color: 1789954.

HSL color Cylindrical-coordinate representation of color #02501B: hue angle of 139.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02501B is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 80 27 -
CMYK 0.98 0 0.66 0.69
HSL 139.23º 0.95% 0.16% -
HSV(B) 139.23º 0.98% 0.31% -
XYZ 3.09 5.83 2 -
YUV 50.64 114.66 93.31 -
System Red Green Blue C M Y K H S L
Decimal 2 80 27 0.98 0 0.66 0.69 139.23 0.95 0.16
Hex 2 50 1B 62 0 42 45 8B 5F 10
Octal 2 120 33 142 0 102 105 213 137 20
Binary 10 1010000 11011 1100010 0 1000010 1000101 10001011 1011111 10000

Color Harmonies of #02501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02501B

Black with #02501B

Text Example


Text Example

White with #02501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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