Html Css Color HEX #015332 British Racing Green

📋 copy color: '#015332'

red 1 ◦ green 83 ◦ blue 50

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

Shades of British Racing Green #015332

Tints of British Racing Green #015332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 37.31%

R = 0.75%
G = 61.94%
B = 37.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#015332 (or 0x015332) is known color: British Racing Green. HEX triplet: 01, 53 and 32. RGB value is (1,83,50). Sum of RGB (Red+Green+Blue) = 1+83+50=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #015332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015332 is #FEACCD. Grayscale: #363636. Windows color (decimal): -16690382 or 3298049. OLE color: 3298049.

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

Color convert

RGB 1 83 50 -
CMYK 0.99 0 0.40 0.67
HSL 155.85º 0.98% 0.16% -
HSV(B) 155.85º 0.99% 0.33% -
XYZ 3.68 6.42 4.06 -
YUV 54.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 1 83 50 0.99 0 0.40 0.67 155.85 0.98 0.16
Hex 1 53 32 63 0 28 43 9C 62 10
Octal 1 123 62 143 0 50 103 234 142 20
Binary 1 1010011 110010 1100011 0 101000 1000011 10011100 1100010 10000

Color Harmonies of #015332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015332

Black with #015332

Text Example


Text Example

White with #015332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015332; }

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

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

background-color css

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

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

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

border-color css

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

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

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