Html Css Color HEX #004A2D British Racing Green

📋 copy color: '#004A2D'

red 0 ◦ green 74 ◦ blue 45

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

Shades of British Racing Green #004A2D

Tints of British Racing Green #004A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.82%

R = 0%
G = 62.18%
B = 37.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#004A2D (or 0x004A2D) is known color: British Racing Green. HEX triplet: 00, 4A and 2D. RGB value is (0,74,45). Sum of RGB (Red+Green+Blue) = 0+74+45=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 74 (29.30% from 255 or 62.18% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 74 - color contains mainly: green. Hex color #004A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A2D is #FFB5D2. Grayscale: #303030. Windows color (decimal): -16758227 or 2968064. OLE color: 2968064.

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

Color convert

RGB 0 74 45 -
CMYK 1 0 0.39 0.71
HSL 156.49º 1% 0.15% -
HSV(B) 156.49º 1% 0.29% -
XYZ 2.92 5.09 3.31 -
YUV 48.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 0 74 45 1 0 0.39 0.71 156.49 1 0.15
Hex 0 4A 2D 64 0 27 47 9C 64 F
Octal 0 112 55 144 0 47 107 234 144 17
Binary 0 1001010 101101 1100100 0 100111 1000111 10011100 1100100 1111

Color Harmonies of #004A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A2D

Black with #004A2D

Text Example


Text Example

White with #004A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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