Html Css Color HEX #015325 British Racing Green

📋 copy color: '#015325'

red 1 ◦ green 83 ◦ blue 37

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

Shades of British Racing Green #015325

Tints of British Racing Green #015325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.58%

R = 0.83%
G = 68.6%
B = 30.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#015325 (or 0x015325) is known color: British Racing Green. HEX triplet: 01, 53 and 25. RGB value is (1,83,37). Sum of RGB (Red+Green+Blue) = 1+83+37=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #015325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015325 is #FEACDA. Grayscale: #353535. Windows color (decimal): -16690395 or 2446081. OLE color: 2446081.

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

Color convert

RGB 1 83 37 -
CMYK 0.99 0 0.55 0.67
HSL 146.34º 0.98% 0.16% -
HSV(B) 146.34º 0.99% 0.33% -
XYZ 3.44 6.33 2.79 -
YUV 53.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 1 83 37 0.99 0 0.55 0.67 146.34 0.98 0.16
Hex 1 53 25 63 0 37 43 92 62 10
Octal 1 123 45 143 0 67 103 222 142 20
Binary 1 1010011 100101 1100011 0 110111 1000011 10010010 1100010 10000

Color Harmonies of #015325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015325

Black with #015325

Text Example


Text Example

White with #015325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015325; }

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

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

background-color css

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

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

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

border-color css

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

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

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