#034118

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

Shades of British Racing Green #034118

Tints of British Racing Green #034118

Color information

#034118 (or 0x034118) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 18. RGB value is (3,65,24). Sum of RGB (Red+Green+Blue) = 3+65+24=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #034118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034118 is #FCBEE7. Grayscale: #292929. Windows color (decimal): -16563944 or 1589507. OLE color: 1589507.

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

Color convert

RGB36524-
CMYK0.9500.630.75
HSL140.32º91.18%13.33%-
HSV(B)140.32º95.38%25.49%-
XYZ2.093.871.5-
YUV41.79117.96100.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 65 (25.78% from 255) = 70.65%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=3.26%
G=70.65%
B=26.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365240.9500.630.75140.3291.1813.33
Hex341185F03F4B8c5bd
Octal31013013707711321413315
Binary111000001110001011111011111110010111000110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034118; }

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

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

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

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

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

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

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

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