#035234

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

Shades of British Racing Green #035234

Tints of British Racing Green #035234

Color information

#035234 (or 0x035234) is unknown color: approx British Racing Green. HEX triplet: 03, 52 and 34. RGB value is (3,82,52). Sum of RGB (Red+Green+Blue) = 3+82+52=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #035234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035234 is #FCADCB. Grayscale: #363636. Windows color (decimal): -16559564 or 3428867. OLE color: 3428867.

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

Color convert

RGB38252-
CMYK0.9600.370.68
HSL157.22º92.94%16.67%-
HSV(B)157.22º96.34%32.16%-
XYZ3.676.34.27-
YUV54.96126.3390.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 82 (32.42% from 255) = 59.85%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=2.19%
G=59.85%
B=37.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382520.9600.370.68157.2292.9416.67
Hex3523460025449d5d11
Octal31226414004510423513521
Binary11101001011010011000000100101100010010011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035234; }

 p { color: rgb(3,82,52); }

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

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

 a { background-color: rgb(3,82,52); }

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

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

 span { border-color: rgb(3,82,52); }

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