Html Css Color HEX #004933 British Racing Green

📋 copy color: '#004933'

red 0 ◦ green 73 ◦ blue 51

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

Shades of British Racing Green #004933

Tints of British Racing Green #004933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.13%

R = 0%
G = 58.87%
B = 41.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#004933 (or 0x004933) is known color: British Racing Green. HEX triplet: 00, 49 and 33. RGB value is (0,73,51). Sum of RGB (Red+Green+Blue) = 0+73+51=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #004933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004933 is #FFB6CC. Grayscale: #303030. Windows color (decimal): -16758477 or 3361024. OLE color: 3361024.

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

Color convert

RGB 0 73 51 -
CMYK 1 0 0.30 0.71
HSL 161.92º 1% 0.14% -
HSV(B) 161.92º 1% 0.29% -
XYZ 2.98 5 3.94 -
YUV 48.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 0 73 51 1 0 0.30 0.71 161.92 1 0.14
Hex 0 49 33 64 0 1E 47 A2 64 E
Octal 0 111 63 144 0 36 107 242 144 16
Binary 0 1001001 110011 1100100 0 11110 1000111 10100010 1100100 1110

Color Harmonies of #004933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004933

Black with #004933

Text Example


Text Example

White with #004933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004933; }

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

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

background-color css

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

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

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

border-color css

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

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

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