Html Css Color HEX #014532 British Racing Green

📋 copy color: '#014532'

red 1 ◦ green 69 ◦ blue 50

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

Shades of British Racing Green #014532

Tints of British Racing Green #014532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.5%

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

R = 0.83%
G = 57.5%
B = 41.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#014532 (or 0x014532) is known color: British Racing Green. HEX triplet: 01, 45 and 32. RGB value is (1,69,50). Sum of RGB (Red+Green+Blue) = 1+69+50=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #014532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014532 is #FEBACD. Grayscale: #2E2E2E. Windows color (decimal): -16693966 or 3294465. OLE color: 3294465.

HSL color Cylindrical-coordinate representation of color #014532: hue angle of 163.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014532 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 50 -
CMYK 0.99 0 0.28 0.73
HSL 163.24º 0.97% 0.14% -
HSV(B) 163.24º 0.99% 0.27% -
XYZ 2.72 4.49 3.74 -
YUV 46.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 1 69 50 0.99 0 0.28 0.73 163.24 0.97 0.14
Hex 1 45 32 63 0 1C 49 A3 61 E
Octal 1 105 62 143 0 34 111 243 141 16
Binary 1 1000101 110010 1100011 0 11100 1001001 10100011 1100001 1110

Color Harmonies of #014532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014532

Black with #014532

Text Example


Text Example

White with #014532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014532; }

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

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

background-color css

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

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

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

border-color css

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

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

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