Html Css Color HEX #015339 British Racing Green

📋 copy color: '#015339'

red 1 ◦ green 83 ◦ blue 57

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

Shades of British Racing Green #015339

Tints of British Racing Green #015339

RGB

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

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

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

R = 0.71%
G = 58.87%
B = 40.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#015339 (or 0x015339) is known color: British Racing Green. HEX triplet: 01, 53 and 39. RGB value is (1,83,57). Sum of RGB (Red+Green+Blue) = 1+83+57=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #015339 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015339 is #FEACC6. Grayscale: #373737. Windows color (decimal): -16690375 or 3756801. OLE color: 3756801.

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

Color convert

RGB 1 83 57 -
CMYK 0.99 0 0.31 0.67
HSL 160.98º 0.98% 0.16% -
HSV(B) 160.98º 0.99% 0.33% -
XYZ 3.84 6.49 4.92 -
YUV 55.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 1 83 57 0.99 0 0.31 0.67 160.98 0.98 0.16
Hex 1 53 39 63 0 1F 43 A1 62 10
Octal 1 123 71 143 0 37 103 241 142 20
Binary 1 1010011 111001 1100011 0 11111 1000011 10100001 1100010 10000

Color Harmonies of #015339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015339

Black with #015339

Text Example


Text Example

White with #015339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015339; }

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

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

background-color css

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

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

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

border-color css

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

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

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