#034B35

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

Shades of British Racing Green #034B35

Tints of British Racing Green #034B35

Color information

#034B35 (or 0x034B35) is unknown color: approx British Racing Green. HEX triplet: 03, 4B and 35. RGB value is (3,75,53). Sum of RGB (Red+Green+Blue) = 3+75+53=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #034B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B35 is #FCB4CA. Grayscale: #323232. Windows color (decimal): -16561355 or 3492611. OLE color: 3492611.

HSL color Cylindrical-coordinate representation of color #034B35: hue angle of 161.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034B35 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB37553-
CMYK0.9600.290.71
HSL161.67º92.31%15.29%-
HSV(B)161.67º96%29.41%-
XYZ3.25.314.22-
YUV50.96129.1593.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 75 (29.69% from 255) = 57.25%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=2.29%
G=57.25%
B=40.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375530.9600.290.71161.6792.3115.29
Hex34B356001D47a25cf
Octal31136514003510724213417
Binary111001011110101110000001110110001111010001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034B35; }

 p { color: rgb(3,75,53); }

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

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

 a { background-color: rgb(3,75,53); }

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

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

 span { border-color: rgb(3,75,53); }

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