Html Css Color HEX #034A33 British Racing Green

📋 copy color: '#034A33'

red 3 ◦ green 74 ◦ blue 51

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

Shades of British Racing Green #034A33

Tints of British Racing Green #034A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 57.81%

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

R = 2.34%
G = 57.81%
B = 39.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#034A33 (or 0x034A33) is known color: British Racing Green. HEX triplet: 03, 4A and 33. RGB value is (3,74,51). Sum of RGB (Red+Green+Blue) = 3+74+51=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 74 (29.30% from 255 or 57.81% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 74 - color contains mainly: green. Hex color #034A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A33 is #FCB5CC. Grayscale: #323232. Windows color (decimal): -16561613 or 3361283. OLE color: 3361283.

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

Color convert

RGB 3 74 51 -
CMYK 0.96 0 0.31 0.71
HSL 160.56º 0.92% 0.15% -
HSV(B) 160.56º 0.96% 0.29% -
XYZ 3.08 5.16 3.96 -
YUV 50.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 3 74 51 0.96 0 0.31 0.71 160.56 0.92 0.15
Hex 3 4A 33 60 0 1F 47 A1 5C F
Octal 3 112 63 140 0 37 107 241 134 17
Binary 11 1001010 110011 1100000 0 11111 1000111 10100001 1011100 1111

Color Harmonies of #034A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A33

Black with #034A33

Text Example


Text Example

White with #034A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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