Html Css Color HEX #015133 British Racing Green

📋 copy color: '#015133'

red 1 ◦ green 81 ◦ blue 51

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

Shades of British Racing Green #015133

Tints of British Racing Green #015133

RGB

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

 GREEN value IS 81 (32.03% from 255) = 60.9%

 BLUE value IS 51 (20.31% from 255) = 38.35%

R = 0.75%
G = 60.9%
B = 38.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#015133 (or 0x015133) is known color: British Racing Green. HEX triplet: 01, 51 and 33. RGB value is (1,81,51). Sum of RGB (Red+Green+Blue) = 1+81+51=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 81 (32.03% from 255 or 60.90% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 81 - color contains mainly: green. Hex color #015133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015133 is #FEAECC. Grayscale: #353535. Windows color (decimal): -16690893 or 3363073. OLE color: 3363073.

HSL color Cylindrical-coordinate representation of color #015133: hue angle of 157.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015133 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 81 51 -
CMYK 0.99 0 0.37 0.68
HSL 157.5º 0.98% 0.16% -
HSV(B) 157.5º 0.99% 0.32% -
XYZ 3.55 6.13 4.13 -
YUV 53.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 1 81 51 0.99 0 0.37 0.68 157.5 0.98 0.16
Hex 1 51 33 63 0 25 44 9E 62 10
Octal 1 121 63 143 0 45 104 236 142 20
Binary 1 1010001 110011 1100011 0 100101 1000100 10011110 1100010 10000

Color Harmonies of #015133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015133

Black with #015133

Text Example


Text Example

White with #015133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015133; }

 p { color: rgb(1,81,51); }

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

background-color css

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

 a { background-color: rgb(1,81,51); }

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

border-color css

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

 span { border-color: rgb(1,81,51); }

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