Html Css Color HEX #004927 British Racing Green

📋 copy color: '#004927'

red 0 ◦ green 73 ◦ blue 39

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

Shades of British Racing Green #004927

Tints of British Racing Green #004927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 65.18%

 BLUE value IS 39 (15.63% from 255) = 34.82%

R = 0%
G = 65.18%
B = 34.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#004927 (or 0x004927) is known color: British Racing Green. HEX triplet: 00, 49 and 27. RGB value is (0,73,39). Sum of RGB (Red+Green+Blue) = 0+73+39=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #004927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004927 is #FFB6D8. Grayscale: #2F2F2F. Windows color (decimal): -16758489 or 2574592. OLE color: 2574592.

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

Color convert

RGB 0 73 39 -
CMYK 1 0 0.47 0.71
HSL 152.05º 1% 0.14% -
HSV(B) 152.05º 1% 0.29% -
XYZ 2.75 4.91 2.72 -
YUV 47.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 0 73 39 1 0 0.47 0.71 152.05 1 0.14
Hex 0 49 27 64 0 2F 47 98 64 E
Octal 0 111 47 144 0 57 107 230 144 16
Binary 0 1001001 100111 1100100 0 101111 1000111 10011000 1100100 1110

Color Harmonies of #004927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004927

Black with #004927

Text Example


Text Example

White with #004927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004927; }

 p { color: rgb(0,73,39); }

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

background-color css

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

 a { background-color: rgb(0,73,39); }

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

border-color css

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

 span { border-color: rgb(0,73,39); }

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