Html Css Color HEX #004C29 British Racing Green

📋 copy color: '#004C29'

red 0 ◦ green 76 ◦ blue 41

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

Shades of British Racing Green #004C29

Tints of British Racing Green #004C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.04%

R = 0%
G = 64.96%
B = 35.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#004C29 (or 0x004C29) is known color: British Racing Green. HEX triplet: 00, 4C and 29. RGB value is (0,76,41). Sum of RGB (Red+Green+Blue) = 0+76+41=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 76 (30.08% from 255 or 64.96% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 76 - color contains mainly: green. Hex color #004C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C29 is #FFB3D6. Grayscale: #313131. Windows color (decimal): -16757719 or 2706432. OLE color: 2706432.

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

Color convert

RGB 0 76 41 -
CMYK 1 0 0.46 0.70
HSL 152.37º 1% 0.15% -
HSV(B) 152.37º 1% 0.3% -
XYZ 2.98 5.33 2.97 -
YUV 49.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 0 76 41 1 0 0.46 0.70 152.37 1 0.15
Hex 0 4C 29 64 0 2E 46 98 64 F
Octal 0 114 51 144 0 56 106 230 144 17
Binary 0 1001100 101001 1100100 0 101110 1000110 10011000 1100100 1111

Color Harmonies of #004C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C29

Black with #004C29

Text Example


Text Example

White with #004C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,76,41); }

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

background-color css

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

 a { background-color: rgb(0,76,41); }

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

border-color css

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

 span { border-color: rgb(0,76,41); }

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