#035128

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

Shades of British Racing Green #035128

Tints of British Racing Green #035128

Color information

#035128 (or 0x035128) is unknown color: approx British Racing Green. HEX triplet: 03, 51 and 28. RGB value is (3,81,40). Sum of RGB (Red+Green+Blue) = 3+81+40=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #035128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035128 is #FCAED7. Grayscale: #353535. Windows color (decimal): -16559832 or 2642179. OLE color: 2642179.

HSL color Cylindrical-coordinate representation of color #035128: hue angle of 148.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035128 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB38140-
CMYK0.9600.510.68
HSL148.46º92.86%16.47%-
HSV(B)148.46º96.3%31.76%-
XYZ3.366.063-
YUV53120.6692.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 81 (32.03% from 255) = 65.32%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=2.42%
G=65.32%
B=32.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal381400.9600.510.68148.4692.8616.47
Hex351286003344945d10
Octal31215014006310422413520
Binary11101000110100011000000110011100010010010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035128; }

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

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

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

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

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

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

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

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