Html Css Color HEX #01531F British Racing Green

📋 copy color: '#01531F'

red 1 ◦ green 83 ◦ blue 31

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

Shades of British Racing Green #01531F

Tints of British Racing Green #01531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 72.17%

 BLUE value IS 31 (12.5% from 255) = 26.96%

R = 0.87%
G = 72.17%
B = 26.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#01531F (or 0x01531F) is known color: British Racing Green. HEX triplet: 01, 53 and 1F. RGB value is (1,83,31). Sum of RGB (Red+Green+Blue) = 1+83+31=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #01531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01531F is #FEACE0. Grayscale: #343434. Windows color (decimal): -16690401 or 2052865. OLE color: 2052865.

HSL color Cylindrical-coordinate representation of color #01531F: hue angle of 141.95º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01531F is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 83 31 -
CMYK 0.99 0 0.63 0.67
HSL 141.95º 0.98% 0.16% -
HSV(B) 141.95º 0.99% 0.33% -
XYZ 3.35 6.29 2.33 -
YUV 52.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 1 83 31 0.99 0 0.63 0.67 141.95 0.98 0.16
Hex 1 53 1F 63 0 3F 43 8E 62 10
Octal 1 123 37 143 0 77 103 216 142 20
Binary 1 1010011 11111 1100011 0 111111 1000011 10001110 1100010 10000

Color Harmonies of #01531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01531F

Black with #01531F

Text Example


Text Example

White with #01531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01531F; }

 p { color: rgb(1,83,31); }

 H1.HeaderClassName
 {
   color: #01531F;
 }
 .AnyTagClassName
 {
   color: #01531F;
 }
</style>

background-color css

<style>
 a { background-color: #01531F; }

 a { background-color: rgb(1,83,31); }

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

border-color css

<style>
 span { border-color: #01531F; }

 span { border-color: rgb(1,83,31); }

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