#034130

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

Shades of British Racing Green #034130

Tints of British Racing Green #034130

Color information

#034130 (or 0x034130) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 30. RGB value is (3,65,48). Sum of RGB (Red+Green+Blue) = 3+65+48=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #034130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034130 is #FCBECF. Grayscale: #2C2C2C. Windows color (decimal): -16563920 or 3162371. OLE color: 3162371.

HSL color Cylindrical-coordinate representation of color #034130: hue angle of 163.55º 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 #034130 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB36548-
CMYK0.9500.260.75
HSL163.55º91.18%13.33%-
HSV(B)163.55º95.38%25.49%-
XYZ2.464.013.44-
YUV44.52129.9698.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=2.59%
G=56.03%
B=41.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365480.9500.260.75163.5591.1813.33
Hex341305F01A4Ba45bd
Octal31016013703211324413315
Binary111000001110000101111101101010010111010010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034130; }

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

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

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

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

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

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

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

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