#01522B

Color #01522B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #01522B

Tints of British Racing Green #01522B

Color information

#01522B (or 0x01522B) is unknown color: approx British Racing Green. HEX triplet: 01, 52 and 2B. RGB value is (1,82,43). Sum of RGB (Red+Green+Blue) = 1+82+43=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #01522B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01522B is #FEADD4. Grayscale: #353535. Windows color (decimal): -16690645 or 2839041. OLE color: 2839041.

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

Color convert

RGB18243-
CMYK0.9900.480.68
HSL151.11º97.59%16.27%-
HSV(B)151.11º98.78%32.16%-
XYZ3.476.223.3-
YUV53.34122.1690.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 82 (32.42% from 255) = 65.08%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=0.79%
G=65.08%
B=34.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal182430.9900.480.68151.1197.5916.27
Hex1522B6303044976210
Octal11225314306010422714220
Binary1101001010101111000110110000100010010010111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,82,43); }

 H1.HeaderClassName
 {
   color: #01522B;
 }
 .AnyTagClassName
 {
   color: #01522B;
 }
</style>
background-color css

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

 a { background-color: rgb(1,82,43); }

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

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

 span { border-color: rgb(1,82,43); }

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