Html Css Color HEX #034933 British Racing Green

📋 copy color: '#034933'

red 3 ◦ green 73 ◦ blue 51

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

Shades of British Racing Green #034933

Tints of British Racing Green #034933

RGB

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

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

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

R = 2.36%
G = 57.48%
B = 40.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#034933 (or 0x034933) is known color: British Racing Green. HEX triplet: 03, 49 and 33. RGB value is (3,73,51). Sum of RGB (Red+Green+Blue) = 3+73+51=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #034933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034933 is #FCB6CC. Grayscale: #313131. Windows color (decimal): -16561869 or 3361027. OLE color: 3361027.

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

Color convert

RGB 3 73 51 -
CMYK 0.96 0 0.30 0.71
HSL 161.14º 0.92% 0.15% -
HSV(B) 161.14º 0.96% 0.29% -
XYZ 3.02 5.02 3.94 -
YUV 49.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 3 73 51 0.96 0 0.30 0.71 161.14 0.92 0.15
Hex 3 49 33 60 0 1E 47 A1 5C F
Octal 3 111 63 140 0 36 107 241 134 17
Binary 11 1001001 110011 1100000 0 11110 1000111 10100001 1011100 1111

Color Harmonies of #034933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034933

Black with #034933

Text Example


Text Example

White with #034933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034933; }

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

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

background-color css

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

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

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

border-color css

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

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

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