Html Css Color HEX #034922 British Racing Green

📋 copy color: '#034922'

red 3 ◦ green 73 ◦ blue 34

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

Shades of British Racing Green #034922

Tints of British Racing Green #034922

RGB

 RED value IS 3 (1.56% from 255) = 2.73%

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

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

R = 2.73%
G = 66.36%
B = 30.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#034922 (or 0x034922) is known color: British Racing Green. HEX triplet: 03, 49 and 22. RGB value is (3,73,34). Sum of RGB (Red+Green+Blue) = 3+73+34=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #034922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034922 is #FCB6DD. Grayscale: #2F2F2F. Windows color (decimal): -16561886 or 2246915. OLE color: 2246915.

HSL color Cylindrical-coordinate representation of color #034922: hue angle of 146.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034922 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 73 34 -
CMYK 0.96 0 0.53 0.71
HSL 146.57º 0.92% 0.15% -
HSV(B) 146.57º 0.96% 0.29% -
XYZ 2.71 4.9 2.32 -
YUV 47.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 3 73 34 0.96 0 0.53 0.71 146.57 0.92 0.15
Hex 3 49 22 60 0 35 47 93 5C F
Octal 3 111 42 140 0 65 107 223 134 17
Binary 11 1001001 100010 1100000 0 110101 1000111 10010011 1011100 1111

Color Harmonies of #034922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034922

Black with #034922

Text Example


Text Example

White with #034922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034922; }

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

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

background-color css

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

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

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

border-color css

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

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

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