Html Css Color HEX #034A21 British Racing Green

📋 copy color: '#034A21'

red 3 ◦ green 74 ◦ blue 33

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

Shades of British Racing Green #034A21

Tints of British Racing Green #034A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30%

R = 2.73%
G = 67.27%
B = 30%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#034A21 (or 0x034A21) is known color: British Racing Green. HEX triplet: 03, 4A and 21. RGB value is (3,74,33). Sum of RGB (Red+Green+Blue) = 3+74+33=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 74 (29.30% from 255 or 67.27% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 74 - color contains mainly: green. Hex color #034A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A21 is #FCB5DE. Grayscale: #303030. Windows color (decimal): -16561631 or 2181635. OLE color: 2181635.

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

Color convert

RGB 3 74 33 -
CMYK 0.96 0 0.55 0.71
HSL 145.35º 0.92% 0.15% -
HSV(B) 145.35º 0.96% 0.29% -
XYZ 2.76 5.03 2.26 -
YUV 48.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 3 74 33 0.96 0 0.55 0.71 145.35 0.92 0.15
Hex 3 4A 21 60 0 37 47 91 5C F
Octal 3 112 41 140 0 67 107 221 134 17
Binary 11 1001010 100001 1100000 0 110111 1000111 10010001 1011100 1111

Color Harmonies of #034A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A21

Black with #034A21

Text Example


Text Example

White with #034A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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