Html Css Color HEX #004734 British Racing Green

📋 copy color: '#004734'

red 0 ◦ green 71 ◦ blue 52

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

Shades of British Racing Green #004734

Tints of British Racing Green #004734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 57.72%

 BLUE value IS 52 (20.7% from 255) = 42.28%

R = 0%
G = 57.72%
B = 42.28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#004734 (or 0x004734) is known color: British Racing Green. HEX triplet: 00, 47 and 34. RGB value is (0,71,52). Sum of RGB (Red+Green+Blue) = 0+71+52=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #004734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004734 is #FFB8CB. Grayscale: #2F2F2F. Windows color (decimal): -16758988 or 3426048. OLE color: 3426048.

HSL color Cylindrical-coordinate representation of color #004734: hue angle of 163.94º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004734 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 71 52 -
CMYK 1 0 0.27 0.72
HSL 163.94º 1% 0.14% -
HSV(B) 163.94º 1% 0.28% -
XYZ 2.87 4.75 4.02 -
YUV 47.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 0 71 52 1 0 0.27 0.72 163.94 1 0.14
Hex 0 47 34 64 0 1B 48 A4 64 E
Octal 0 107 64 144 0 33 110 244 144 16
Binary 0 1000111 110100 1100100 0 11011 1001000 10100100 1100100 1110

Color Harmonies of #004734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004734

Black with #004734

Text Example


Text Example

White with #004734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004734; }

 p { color: rgb(0,71,52); }

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

background-color css

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

 a { background-color: rgb(0,71,52); }

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

border-color css

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

 span { border-color: rgb(0,71,52); }

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