Html Css Color HEX #015326 British Racing Green

📋 copy color: '#015326'

red 1 ◦ green 83 ◦ blue 38

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

Shades of British Racing Green #015326

Tints of British Racing Green #015326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.15%

R = 0.82%
G = 68.03%
B = 31.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#015326 (or 0x015326) is known color: British Racing Green. HEX triplet: 01, 53 and 26. RGB value is (1,83,38). Sum of RGB (Red+Green+Blue) = 1+83+38=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #015326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015326 is #FEACD9. Grayscale: #353535. Windows color (decimal): -16690394 or 2511617. OLE color: 2511617.

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

Color convert

RGB 1 83 38 -
CMYK 0.99 0 0.54 0.67
HSL 147.07º 0.98% 0.16% -
HSV(B) 147.07º 0.99% 0.33% -
XYZ 3.46 6.33 2.87 -
YUV 53.35 119.33 90.66 -
System Red Green Blue C M Y K H S L
Decimal 1 83 38 0.99 0 0.54 0.67 147.07 0.98 0.16
Hex 1 53 26 63 0 36 43 93 62 10
Octal 1 123 46 143 0 66 103 223 142 20
Binary 1 1010011 100110 1100011 0 110110 1000011 10010011 1100010 10000

Color Harmonies of #015326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015326

Black with #015326

Text Example


Text Example

White with #015326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015326; }

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

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

background-color css

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

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

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

border-color css

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

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

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