#034128

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

Shades of British Racing Green #034128

Tints of British Racing Green #034128

Color information

#034128 (or 0x034128) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 28. RGB value is (3,65,40). Sum of RGB (Red+Green+Blue) = 3+65+40=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #034128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034128 is #FCBED7. Grayscale: #2B2B2B. Windows color (decimal): -16563928 or 2638083. OLE color: 2638083.

HSL color Cylindrical-coordinate representation of color #034128: hue angle of 155.81º 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 #034128 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB36540-
CMYK0.9500.380.75
HSL155.81º91.18%13.33%-
HSV(B)155.81º95.38%25.49%-
XYZ2.313.952.65-
YUV43.61125.9699.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 65 (25.78% from 255) = 60.19%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=2.78%
G=60.19%
B=37.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365400.9500.380.75155.8191.1813.33
Hex341285F0264B9c5bd
Octal31015013704611323413315
Binary1110000011010001011111010011010010111001110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034128; }

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

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

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

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

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

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

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

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