Html Css Color HEX #034A26 British Racing Green

📋 copy color: '#034A26'

red 3 ◦ green 74 ◦ blue 38

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

Shades of British Racing Green #034A26

Tints of British Racing Green #034A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.04%

R = 2.61%
G = 64.35%
B = 33.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#034A26 (or 0x034A26) is known color: British Racing Green. HEX triplet: 03, 4A and 26. RGB value is (3,74,38). Sum of RGB (Red+Green+Blue) = 3+74+38=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 74 (29.30% from 255 or 64.35% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 74 - color contains mainly: green. Hex color #034A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A26 is #FCB5D9. Grayscale: #303030. Windows color (decimal): -16561626 or 2509315. OLE color: 2509315.

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

Color convert

RGB 3 74 38 -
CMYK 0.96 0 0.49 0.71
HSL 149.58º 0.92% 0.15% -
HSV(B) 149.58º 0.96% 0.29% -
XYZ 2.84 5.06 2.66 -
YUV 48.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 3 74 38 0.96 0 0.49 0.71 149.58 0.92 0.15
Hex 3 4A 26 60 0 31 47 96 5C F
Octal 3 112 46 140 0 61 107 226 134 17
Binary 11 1001010 100110 1100000 0 110001 1000111 10010110 1011100 1111

Color Harmonies of #034A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A26

Black with #034A26

Text Example


Text Example

White with #034A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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