Html Css Color HEX #014C2A British Racing Green

📋 copy color: '#014C2A'

red 1 ◦ green 76 ◦ blue 42

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

Shades of British Racing Green #014C2A

Tints of British Racing Green #014C2A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 63.87%

 BLUE value IS 42 (16.8% from 255) = 35.29%

R = 0.84%
G = 63.87%
B = 35.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#014C2A (or 0x014C2A) is known color: British Racing Green. HEX triplet: 01, 4C and 2A. RGB value is (1,76,42). Sum of RGB (Red+Green+Blue) = 1+76+42=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #014C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C2A is #FEB3D5. Grayscale: #313131. Windows color (decimal): -16692182 or 2771969. OLE color: 2771969.

HSL color Cylindrical-coordinate representation of color #014C2A: hue angle of 152.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C2A is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 76 42 -
CMYK 0.99 0 0.45 0.70
HSL 152.8º 0.97% 0.15% -
HSV(B) 152.8º 0.99% 0.3% -
XYZ 3.01 5.34 3.06 -
YUV 49.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 1 76 42 0.99 0 0.45 0.70 152.8 0.97 0.15
Hex 1 4C 2A 63 0 2D 46 99 61 F
Octal 1 114 52 143 0 55 106 231 141 17
Binary 1 1001100 101010 1100011 0 101101 1000110 10011001 1100001 1111

Color Harmonies of #014C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C2A

Black with #014C2A

Text Example


Text Example

White with #014C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,76,42); }

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

background-color css

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

 a { background-color: rgb(1,76,42); }

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

border-color css

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

 span { border-color: rgb(1,76,42); }

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