#034126

Color #034126 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #034126

Tints of British Racing Green #034126

Color information

#034126 (or 0x034126) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 26. RGB value is (3,65,38). Sum of RGB (Red+Green+Blue) = 3+65+38=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #034126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034126 is #FCBED9. Grayscale: #2B2B2B. Windows color (decimal): -16563930 or 2507011. OLE color: 2507011.

HSL color Cylindrical-coordinate representation of color #034126: hue angle of 153.87º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034126 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB36538-
CMYK0.9500.420.75
HSL153.87º91.18%13.33%-
HSV(B)153.87º95.38%25.49%-
XYZ2.283.942.47-
YUV43.38124.9699.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 65 (25.78% from 255) = 61.32%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=2.83%
G=61.32%
B=35.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365380.9500.420.75153.8791.1813.33
Hex341265F02A4B9a5bd
Octal31014613705211323213315
Binary1110000011001101011111010101010010111001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034126; }

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

 H1.HeaderClassName
 {
   color: #034126;
 }
 .AnyTagClassName
 {
   color: #034126;
 }
</style>
background-color css

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

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

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

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

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

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