Html Css Color HEX #004A2C British Racing Green

📋 copy color: '#004A2C'

red 0 ◦ green 74 ◦ blue 44

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

Shades of British Racing Green #004A2C

Tints of British Racing Green #004A2C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 74 (29.3% from 255) = 62.71%

 BLUE value IS 44 (17.58% from 255) = 37.29%

R = 0%
G = 62.71%
B = 37.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#004A2C (or 0x004A2C) is known color: British Racing Green. HEX triplet: 00, 4A and 2C. RGB value is (0,74,44). Sum of RGB (Red+Green+Blue) = 0+74+44=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 74 (29.30% from 255 or 62.71% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 74 - color contains mainly: green. Hex color #004A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A2C is #FFB5D3. Grayscale: #303030. Windows color (decimal): -16758228 or 2902528. OLE color: 2902528.

HSL color Cylindrical-coordinate representation of color #004A2C: hue angle of 155.68º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A2C is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 74 44 -
CMYK 1 0 0.41 0.71
HSL 155.68º 1% 0.15% -
HSV(B) 155.68º 1% 0.29% -
XYZ 2.9 5.08 3.21 -
YUV 48.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 0 74 44 1 0 0.41 0.71 155.68 1 0.15
Hex 0 4A 2C 64 0 29 47 9C 64 F
Octal 0 112 54 144 0 51 107 234 144 17
Binary 0 1001010 101100 1100100 0 101001 1000111 10011100 1100100 1111

Color Harmonies of #004A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A2C

Black with #004A2C

Text Example


Text Example

White with #004A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004A2C; }

 p { color: rgb(0,74,44); }

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

background-color css

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

 a { background-color: rgb(0,74,44); }

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

border-color css

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

 span { border-color: rgb(0,74,44); }

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