Html Css Color HEX #015323 British Racing Green

📋 copy color: '#015323'

red 1 ◦ green 83 ◦ blue 35

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

Shades of British Racing Green #015323

Tints of British Racing Green #015323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 29.41%

R = 0.84%
G = 69.75%
B = 29.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#015323 (or 0x015323) is known color: British Racing Green. HEX triplet: 01, 53 and 23. RGB value is (1,83,35). Sum of RGB (Red+Green+Blue) = 1+83+35=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #015323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015323 is #FEACDC. Grayscale: #353535. Windows color (decimal): -16690397 or 2315009. OLE color: 2315009.

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

Color convert

RGB 1 83 35 -
CMYK 0.99 0 0.58 0.67
HSL 144.88º 0.98% 0.16% -
HSV(B) 144.88º 0.99% 0.33% -
XYZ 3.41 6.31 2.63 -
YUV 53.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 1 83 35 0.99 0 0.58 0.67 144.88 0.98 0.16
Hex 1 53 23 63 0 3A 43 91 62 10
Octal 1 123 43 143 0 72 103 221 142 20
Binary 1 1010011 100011 1100011 0 111010 1000011 10010001 1100010 10000

Color Harmonies of #015323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015323

Black with #015323

Text Example


Text Example

White with #015323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015323; }

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

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

background-color css

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

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

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

border-color css

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

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

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