#035229

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

Shades of British Racing Green #035229

Tints of British Racing Green #035229

Color information

#035229 (or 0x035229) is unknown color: approx British Racing Green. HEX triplet: 03, 52 and 29. RGB value is (3,82,41). Sum of RGB (Red+Green+Blue) = 3+82+41=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #035229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035229 is #FCADD6. Grayscale: #353535. Windows color (decimal): -16559575 or 2707971. OLE color: 2707971.

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

Color convert

RGB38241-
CMYK0.9600.500.68
HSL148.86º92.94%16.67%-
HSV(B)148.86º96.34%32.16%-
XYZ3.466.213.12-
YUV53.7120.8391.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 82 (32.42% from 255) = 65.08%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=2.38%
G=65.08%
B=32.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382410.9600.500.68148.8692.9416.67
Hex352296003244955d11
Octal31225114006210422513521
Binary11101001010100111000000110010100010010010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035229; }

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

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

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

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

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

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

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

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