Html Css Color HEX #014F32 British Racing Green

📋 copy color: '#014F32'

red 1 ◦ green 79 ◦ blue 50

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

Shades of British Racing Green #014F32

Tints of British Racing Green #014F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 60.77%

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

R = 0.77%
G = 60.77%
B = 38.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#014F32 (or 0x014F32) is known color: British Racing Green. HEX triplet: 01, 4F and 32. RGB value is (1,79,50). Sum of RGB (Red+Green+Blue) = 1+79+50=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 79 (31.25% from 255 or 60.77% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 79 - color contains mainly: green. Hex color #014F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F32 is #FEB0CD. Grayscale: #343434. Windows color (decimal): -16691406 or 3297025. OLE color: 3297025.

HSL color Cylindrical-coordinate representation of color #014F32: hue angle of 157.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F32 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 79 50 -
CMYK 0.99 0 0.37 0.69
HSL 157.69º 0.98% 0.16% -
HSV(B) 157.69º 0.99% 0.31% -
XYZ 3.38 5.83 3.96 -
YUV 52.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 1 79 50 0.99 0 0.37 0.69 157.69 0.98 0.16
Hex 1 4F 32 63 0 25 45 9E 62 10
Octal 1 117 62 143 0 45 105 236 142 20
Binary 1 1001111 110010 1100011 0 100101 1000101 10011110 1100010 10000

Color Harmonies of #014F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F32

Black with #014F32

Text Example


Text Example

White with #014F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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