#034133

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

Shades of British Racing Green #034133

Tints of British Racing Green #034133

Color information

#034133 (or 0x034133) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 33. RGB value is (3,65,51). Sum of RGB (Red+Green+Blue) = 3+65+51=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #034133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034133 is #FCBECC. Grayscale: #2C2C2C. Windows color (decimal): -16563917 or 3358979. OLE color: 3358979.

HSL color Cylindrical-coordinate representation of color #034133: hue angle of 166.45º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034133 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB36551-
CMYK0.9500.220.75
HSL166.45º91.18%13.33%-
HSV(B)166.45º95.38%25.49%-
XYZ2.534.043.78-
YUV44.87131.4698.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 51 (20.31% from 255) = 42.86%
R=2.52%
G=54.62%
B=42.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365510.9500.220.75166.4591.1813.33
Hex341335F0164Ba65bd
Octal31016313702611324613315
Binary111000001110011101111101011010010111010011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034133; }

 p { color: rgb(3,65,51); }

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

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

 a { background-color: rgb(3,65,51); }

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

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

 span { border-color: rgb(3,65,51); }

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