Html Css Color HEX #015239 British Racing Green

📋 copy color: '#015239'

red 1 ◦ green 82 ◦ blue 57

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

Shades of British Racing Green #015239

Tints of British Racing Green #015239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 40.71%

R = 0.71%
G = 58.57%
B = 40.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#015239 (or 0x015239) is known color: British Racing Green. HEX triplet: 01, 52 and 39. RGB value is (1,82,57). Sum of RGB (Red+Green+Blue) = 1+82+57=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #015239 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015239 is #FEADC6. Grayscale: #363636. Windows color (decimal): -16690631 or 3756545. OLE color: 3756545.

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

Color convert

RGB 1 82 57 -
CMYK 0.99 0 0.30 0.68
HSL 161.48º 0.98% 0.16% -
HSV(B) 161.48º 0.99% 0.32% -
XYZ 3.77 6.34 4.9 -
YUV 54.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 1 82 57 0.99 0 0.30 0.68 161.48 0.98 0.16
Hex 1 52 39 63 0 1E 44 A1 62 10
Octal 1 122 71 143 0 36 104 241 142 20
Binary 1 1010010 111001 1100011 0 11110 1000100 10100001 1100010 10000

Color Harmonies of #015239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015239

Black with #015239

Text Example


Text Example

White with #015239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015239; }

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

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

background-color css

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

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

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

border-color css

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

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

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