Html Css Color HEX #01501B British Racing Green

📋 copy color: '#01501B'

red 1 ◦ green 80 ◦ blue 27

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

Shades of British Racing Green #01501B

Tints of British Racing Green #01501B

RGB

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

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

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

R = 0.93%
G = 74.07%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#01501B (or 0x01501B) is known color: British Racing Green. HEX triplet: 01, 50 and 1B. RGB value is (1,80,27). Sum of RGB (Red+Green+Blue) = 1+80+27=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #01501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01501B is #FEAFE4. Grayscale: #323232. Windows color (decimal): -16691173 or 1789953. OLE color: 1789953.

HSL color Cylindrical-coordinate representation of color #01501B: hue angle of 139.75º 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 #01501B is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 80 27 -
CMYK 0.99 0 0.66 0.69
HSL 139.75º 0.98% 0.16% -
HSV(B) 139.75º 0.99% 0.31% -
XYZ 3.08 5.82 2 -
YUV 50.34 114.83 92.81 -
System Red Green Blue C M Y K H S L
Decimal 1 80 27 0.99 0 0.66 0.69 139.75 0.98 0.16
Hex 1 50 1B 63 0 42 45 8C 62 10
Octal 1 120 33 143 0 102 105 214 142 20
Binary 1 1010000 11011 1100011 0 1000010 1000101 10001100 1100010 10000

Color Harmonies of #01501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01501B

Black with #01501B

Text Example


Text Example

White with #01501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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