#034318

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

Shades of British Racing Green #034318

Tints of British Racing Green #034318

Color information

#034318 (or 0x034318) is unknown color: approx British Racing Green. HEX triplet: 03, 43 and 18. RGB value is (3,67,24). Sum of RGB (Red+Green+Blue) = 3+67+24=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #034318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034318 is #FCBCE7. Grayscale: #2B2B2B. Windows color (decimal): -16563432 or 1590019. OLE color: 1590019.

HSL color Cylindrical-coordinate representation of color #034318: hue angle of 139.69º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034318 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB36724-
CMYK0.9600.640.74
HSL139.69º91.43%13.73%-
HSV(B)139.69º95.52%26.27%-
XYZ2.214.11.54-
YUV42.96117.399.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 67 (26.56% from 255) = 71.28%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=3.19%
G=71.28%
B=25.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367240.9600.640.74139.6991.4313.73
Hex34318600404A8c5be
Octal310330140010011221413316
Binary1110000111100011000000100000010010101000110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034318; }

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

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

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

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

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

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

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

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