Html Css Color HEX #015335 British Racing Green

📋 copy color: '#015335'

red 1 ◦ green 83 ◦ blue 53

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

Shades of British Racing Green #015335

Tints of British Racing Green #015335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 38.69%

R = 0.73%
G = 60.58%
B = 38.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#015335 (or 0x015335) is known color: British Racing Green. HEX triplet: 01, 53 and 35. RGB value is (1,83,53). Sum of RGB (Red+Green+Blue) = 1+83+53=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #015335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015335 is #FEACCA. Grayscale: #373737. Windows color (decimal): -16690379 or 3494657. OLE color: 3494657.

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

Color convert

RGB 1 83 53 -
CMYK 0.99 0 0.36 0.67
HSL 158.05º 0.98% 0.16% -
HSV(B) 158.05º 0.99% 0.33% -
XYZ 3.75 6.45 4.42 -
YUV 55.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 1 83 53 0.99 0 0.36 0.67 158.05 0.98 0.16
Hex 1 53 35 63 0 24 43 9E 62 10
Octal 1 123 65 143 0 44 103 236 142 20
Binary 1 1010011 110101 1100011 0 100100 1000011 10011110 1100010 10000

Color Harmonies of #015335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015335

Black with #015335

Text Example


Text Example

White with #015335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015335; }

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

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

background-color css

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

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

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

border-color css

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

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

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