#034F1F

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

Shades of British Racing Green #034F1F

Tints of British Racing Green #034F1F

Color information

#034F1F (or 0x034F1F) is unknown color: approx British Racing Green. HEX triplet: 03, 4F and 1F. RGB value is (3,79,31). Sum of RGB (Red+Green+Blue) = 3+79+31=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 79 (31.25% from 255 or 69.91% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 79 - color contains mainly: green. Hex color #034F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034F1F is #FCB0E0. Grayscale: #323232. Windows color (decimal): -16560353 or 2051843. OLE color: 2051843.

HSL color Cylindrical-coordinate representation of color #034F1F: hue angle of 142.11º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F1F is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB37931-
CMYK0.9600.610.69
HSL142.11º92.68%16.08%-
HSV(B)142.11º96.2%30.98%-
XYZ3.085.712.24-
YUV50.8116.8293.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 79 (31.25% from 255) = 69.91%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=2.65%
G=69.91%
B=27.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal379310.9600.610.69142.1192.6816.08
Hex34F1F6003D458e5d10
Octal31173714007510521613520
Binary1110011111111111000000111101100010110001110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,79,31); }

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

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

 a { background-color: rgb(3,79,31); }

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

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

 span { border-color: rgb(3,79,31); }

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