Html Css Color HEX #015237 British Racing Green

📋 copy color: '#015237'

red 1 ◦ green 82 ◦ blue 55

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

Shades of British Racing Green #015237

Tints of British Racing Green #015237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.42%

 BLUE value IS 55 (21.88% from 255) = 39.86%

R = 0.72%
G = 59.42%
B = 39.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#015237 (or 0x015237) is known color: British Racing Green. HEX triplet: 01, 52 and 37. RGB value is (1,82,55). Sum of RGB (Red+Green+Blue) = 1+82+55=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #015237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015237 is #FEADC8. Grayscale: #363636. Windows color (decimal): -16690633 or 3625473. OLE color: 3625473.

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

Color convert

RGB 1 82 55 -
CMYK 0.99 0 0.33 0.68
HSL 160º 0.98% 0.16% -
HSV(B) 160º 0.99% 0.32% -
XYZ 3.72 6.32 4.64 -
YUV 54.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 1 82 55 0.99 0 0.33 0.68 160 0.98 0.16
Hex 1 52 37 63 0 21 44 A0 62 10
Octal 1 122 67 143 0 41 104 240 142 20
Binary 1 1010010 110111 1100011 0 100001 1000100 10100000 1100010 10000

Color Harmonies of #015237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015237

Black with #015237

Text Example


Text Example

White with #015237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015237; }

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

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

background-color css

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

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

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

border-color css

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

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

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