Html Css Color HEX #015324 British Racing Green

📋 copy color: '#015324'

red 1 ◦ green 83 ◦ blue 36

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

Shades of British Racing Green #015324

Tints of British Racing Green #015324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 30%

R = 0.83%
G = 69.17%
B = 30%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#015324 (or 0x015324) is known color: British Racing Green. HEX triplet: 01, 53 and 24. RGB value is (1,83,36). Sum of RGB (Red+Green+Blue) = 1+83+36=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #015324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015324 is #FEACDB. Grayscale: #353535. Windows color (decimal): -16690396 or 2380545. OLE color: 2380545.

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

Color convert

RGB 1 83 36 -
CMYK 0.99 0 0.57 0.67
HSL 145.61º 0.98% 0.16% -
HSV(B) 145.61º 0.99% 0.33% -
XYZ 3.42 6.32 2.71 -
YUV 53.12 118.33 90.82 -
System Red Green Blue C M Y K H S L
Decimal 1 83 36 0.99 0 0.57 0.67 145.61 0.98 0.16
Hex 1 53 24 63 0 39 43 92 62 10
Octal 1 123 44 143 0 71 103 222 142 20
Binary 1 1010011 100100 1100011 0 111001 1000011 10010010 1100010 10000

Color Harmonies of #015324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015324

Black with #015324

Text Example


Text Example

White with #015324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015324; }

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

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

background-color css

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

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

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

border-color css

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

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

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