#035222

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

Shades of British Racing Green #035222

Tints of British Racing Green #035222

Color information

#035222 (or 0x035222) is unknown color: approx British Racing Green. HEX triplet: 03, 52 and 22. RGB value is (3,82,34). Sum of RGB (Red+Green+Blue) = 3+82+34=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #035222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035222 is #FCADDD. Grayscale: #353535. Windows color (decimal): -16559582 or 2249219. OLE color: 2249219.

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

Color convert

RGB38234-
CMYK0.9600.590.68
HSL143.54º92.94%16.67%-
HSV(B)143.54º96.34%32.16%-
XYZ3.346.172.53-
YUV52.91117.3392.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 82 (32.42% from 255) = 68.91%
BLUE value IS 34 (13.67% from 255) = 28.57%
R=2.52%
G=68.91%
B=28.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382340.9600.590.68143.5492.9416.67
Hex352226003B44905d11
Octal31224214007310422013521
Binary11101001010001011000000111011100010010010000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035222; }

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

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

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

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

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

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

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

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