Html Css Color HEX #01531A British Racing Green

📋 copy color: '#01531A'

red 1 ◦ green 83 ◦ blue 26

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

Shades of British Racing Green #01531A

Tints of British Racing Green #01531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.64%

R = 0.91%
G = 75.45%
B = 23.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#01531A (or 0x01531A) is known color: British Racing Green. HEX triplet: 01, 53 and 1A. RGB value is (1,83,26). Sum of RGB (Red+Green+Blue) = 1+83+26=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #01531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01531A is #FEACE5. Grayscale: #343434. Windows color (decimal): -16690406 or 1725185. OLE color: 1725185.

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

Color convert

RGB 1 83 26 -
CMYK 0.99 0 0.69 0.67
HSL 138.29º 0.98% 0.16% -
HSV(B) 138.29º 0.99% 0.33% -
XYZ 3.29 6.27 2.01 -
YUV 51.98 113.33 91.63 -
System Red Green Blue C M Y K H S L
Decimal 1 83 26 0.99 0 0.69 0.67 138.29 0.98 0.16
Hex 1 53 1A 63 0 45 43 8A 62 10
Octal 1 123 32 143 0 105 103 212 142 20
Binary 1 1010011 11010 1100011 0 1000101 1000011 10001010 1100010 10000

Color Harmonies of #01531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01531A

Black with #01531A

Text Example


Text Example

White with #01531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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