Html Css Color HEX #01530F British Racing Green

📋 copy color: '#01530F'

red 1 ◦ green 83 ◦ blue 15

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

Shades of British Racing Green #01530F

Tints of British Racing Green #01530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 1.01%
G = 83.84%
B = 15.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#01530F (or 0x01530F) is known color: British Racing Green. HEX triplet: 01, 53 and 0F. RGB value is (1,83,15). Sum of RGB (Red+Green+Blue) = 1+83+15=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 83 (32.81% from 255 or 83.84% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 83 - color contains mainly: green. Hex color #01530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01530F is #FEACF0. Grayscale: #323232. Windows color (decimal): -16690417 or 1004289. OLE color: 1004289.

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

Color convert

RGB 1 83 15 -
CMYK 0.99 0 0.82 0.67
HSL 130.24º 0.98% 0.16% -
HSV(B) 130.24º 0.99% 0.33% -
XYZ 3.19 6.23 1.49 -
YUV 50.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 1 83 15 0.99 0 0.82 0.67 130.24 0.98 0.16
Hex 1 53 F 63 0 52 43 82 62 10
Octal 1 123 17 143 0 122 103 202 142 20
Binary 1 1010011 1111 1100011 0 1010010 1000011 10000010 1100010 10000

Color Harmonies of #01530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01530F

Black with #01530F

Text Example


Text Example

White with #01530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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