Html Css Color HEX #004A2E British Racing Green

📋 copy color: '#004A2E'

red 0 ◦ green 74 ◦ blue 46

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

Shades of British Racing Green #004A2E

Tints of British Racing Green #004A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.33%

R = 0%
G = 61.67%
B = 38.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#004A2E (or 0x004A2E) is known color: British Racing Green. HEX triplet: 00, 4A and 2E. RGB value is (0,74,46). Sum of RGB (Red+Green+Blue) = 0+74+46=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 74 (29.30% from 255 or 61.67% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 74 - color contains mainly: green. Hex color #004A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A2E is #FFB5D1. Grayscale: #303030. Windows color (decimal): -16758226 or 3033600. OLE color: 3033600.

HSL color Cylindrical-coordinate representation of color #004A2E: hue angle of 157.3º 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 #004A2E is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 74 46 -
CMYK 1 0 0.38 0.71
HSL 157.3º 1% 0.15% -
HSV(B) 157.3º 1% 0.29% -
XYZ 2.94 5.09 3.41 -
YUV 48.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 0 74 46 1 0 0.38 0.71 157.3 1 0.15
Hex 0 4A 2E 64 0 26 47 9D 64 F
Octal 0 112 56 144 0 46 107 235 144 17
Binary 0 1001010 101110 1100100 0 100110 1000111 10011101 1100100 1111

Color Harmonies of #004A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A2E

Black with #004A2E

Text Example


Text Example

White with #004A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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