#035430

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

Shades of British Racing Green #035430

Tints of British Racing Green #035430

Color information

#035430 (or 0x035430) is unknown color: approx British Racing Green. HEX triplet: 03, 54 and 30. RGB value is (3,84,48). Sum of RGB (Red+Green+Blue) = 3+84+48=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #035430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035430 is #FCABCF. Grayscale: #373737. Windows color (decimal): -16559056 or 3167235. OLE color: 3167235.

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

Color convert

RGB38448-
CMYK0.9600.430.67
HSL153.33º93.1%17.06%-
HSV(B)153.33º96.43%32.94%-
XYZ3.746.573.87-
YUV55.68123.6690.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 84 (33.20% from 255) = 62.22%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=2.22%
G=62.22%
B=35.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal384480.9600.430.67153.3393.117.06
Hex354306002B43995d11
Octal31246014005310323113521
Binary11101010011000011000000101011100001110011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035430; }

 p { color: rgb(3,84,48); }

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

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

 a { background-color: rgb(3,84,48); }

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

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

 span { border-color: rgb(3,84,48); }

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