Html Css Color HEX #004922 British Racing Green

📋 copy color: '#004922'

red 0 ◦ green 73 ◦ blue 34

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

Shades of British Racing Green #004922

Tints of British Racing Green #004922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 31.78%

R = 0%
G = 68.22%
B = 31.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#004922 (or 0x004922) is known color: British Racing Green. HEX triplet: 00, 49 and 22. RGB value is (0,73,34). Sum of RGB (Red+Green+Blue) = 0+73+34=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #004922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004922 is #FFB6DD. Grayscale: #2E2E2E. Windows color (decimal): -16758494 or 2246912. OLE color: 2246912.

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

Color convert

RGB 0 73 34 -
CMYK 1 0 0.53 0.71
HSL 147.95º 1% 0.14% -
HSV(B) 147.95º 1% 0.29% -
XYZ 2.67 4.88 2.31 -
YUV 46.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 0 73 34 1 0 0.53 0.71 147.95 1 0.14
Hex 0 49 22 64 0 35 47 94 64 E
Octal 0 111 42 144 0 65 107 224 144 16
Binary 0 1001001 100010 1100100 0 110101 1000111 10010100 1100100 1110

Color Harmonies of #004922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004922

Black with #004922

Text Example


Text Example

White with #004922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004922; }

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

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

background-color css

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

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

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

border-color css

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

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

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