Html Css Color HEX #01502B British Racing Green

📋 copy color: '#01502B'

red 1 ◦ green 80 ◦ blue 43

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

Shades of British Racing Green #01502B

Tints of British Racing Green #01502B

RGB

 RED value IS 1 (0.78% from 255) = 0.81%

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

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

R = 0.81%
G = 64.52%
B = 34.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#01502B (or 0x01502B) is known color: British Racing Green. HEX triplet: 01, 50 and 2B. RGB value is (1,80,43). Sum of RGB (Red+Green+Blue) = 1+80+43=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #01502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01502B is #FEAFD4. Grayscale: #343434. Windows color (decimal): -16691157 or 2838529. OLE color: 2838529.

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

Color convert

RGB 1 80 43 -
CMYK 0.99 0 0.46 0.69
HSL 151.9º 0.98% 0.16% -
HSV(B) 151.9º 0.99% 0.31% -
XYZ 3.32 5.92 3.25 -
YUV 52.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 1 80 43 0.99 0 0.46 0.69 151.9 0.98 0.16
Hex 1 50 2B 63 0 2E 45 98 62 10
Octal 1 120 53 143 0 56 105 230 142 20
Binary 1 1010000 101011 1100011 0 101110 1000101 10011000 1100010 10000

Color Harmonies of #01502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01502B

Black with #01502B

Text Example


Text Example

White with #01502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,80,43); }

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

background-color css

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

 a { background-color: rgb(1,80,43); }

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

border-color css

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

 span { border-color: rgb(1,80,43); }

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