Html Css Color HEX #034A1A British Racing Green

📋 copy color: '#034A1A'

red 3 ◦ green 74 ◦ blue 26

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

Shades of British Racing Green #034A1A

Tints of British Racing Green #034A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25.24%

R = 2.91%
G = 71.84%
B = 25.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#034A1A (or 0x034A1A) is known color: British Racing Green. HEX triplet: 03, 4A and 1A. RGB value is (3,74,26). Sum of RGB (Red+Green+Blue) = 3+74+26=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 74 (29.30% from 255 or 71.84% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 74 - color contains mainly: green. Hex color #034A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A1A is #FCB5E5. Grayscale: #2F2F2F. Windows color (decimal): -16561638 or 1722883. OLE color: 1722883.

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

Color convert

RGB 3 74 26 -
CMYK 0.96 0 0.65 0.71
HSL 139.44º 0.92% 0.15% -
HSV(B) 139.44º 0.96% 0.29% -
XYZ 2.67 4.99 1.8 -
YUV 47.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 3 74 26 0.96 0 0.65 0.71 139.44 0.92 0.15
Hex 3 4A 1A 60 0 41 47 8B 5C F
Octal 3 112 32 140 0 101 107 213 134 17
Binary 11 1001010 11010 1100000 0 1000001 1000111 10001011 1011100 1111

Color Harmonies of #034A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A1A

Black with #034A1A

Text Example


Text Example

White with #034A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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