#034215

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

Shades of British Racing Green #034215

Tints of British Racing Green #034215

Color information

#034215 (or 0x034215) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 15. RGB value is (3,66,21). Sum of RGB (Red+Green+Blue) = 3+66+21=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #034215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034215 is #FCBDEA. Grayscale: #2A2A2A. Windows color (decimal): -16563691 or 1393155. OLE color: 1393155.

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

Color convert

RGB36621-
CMYK0.9500.680.74
HSL137.14º91.3%13.53%-
HSV(B)137.14º95.45%25.88%-
XYZ2.123.971.36-
YUV42.03116.13100.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 66 (26.17% from 255) = 73.33%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=3.33%
G=73.33%
B=23.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366210.9500.680.74137.1491.313.53
Hex342155F0444A895be
Octal310225137010411221113316
Binary1110000101010110111110100010010010101000100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034215; }

 p { color: rgb(3,66,21); }

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

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

 a { background-color: rgb(3,66,21); }

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

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

 span { border-color: rgb(3,66,21); }

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