Html Css Color HEX #034926 British Racing Green

📋 copy color: '#034926'

red 3 ◦ green 73 ◦ blue 38

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

Shades of British Racing Green #034926

Tints of British Racing Green #034926

RGB

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

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

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

R = 2.63%
G = 64.04%
B = 33.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#034926 (or 0x034926) is known color: British Racing Green. HEX triplet: 03, 49 and 26. RGB value is (3,73,38). Sum of RGB (Red+Green+Blue) = 3+73+38=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #034926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034926 is #FCB6D9. Grayscale: #303030. Windows color (decimal): -16561882 or 2509059. OLE color: 2509059.

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

Color convert

RGB 3 73 38 -
CMYK 0.96 0 0.48 0.71
HSL 150º 0.92% 0.15% -
HSV(B) 150º 0.96% 0.29% -
XYZ 2.77 4.92 2.64 -
YUV 48.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 3 73 38 0.96 0 0.48 0.71 150 0.92 0.15
Hex 3 49 26 60 0 30 47 96 5C F
Octal 3 111 46 140 0 60 107 226 134 17
Binary 11 1001001 100110 1100000 0 110000 1000111 10010110 1011100 1111

Color Harmonies of #034926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034926

Black with #034926

Text Example


Text Example

White with #034926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034926; }

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

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

background-color css

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

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

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

border-color css

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

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

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