#034C1A

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

Shades of British Racing Green #034C1A

Tints of British Racing Green #034C1A

Color information

#034C1A (or 0x034C1A) is unknown color: approx British Racing Green. HEX triplet: 03, 4C and 1A. RGB value is (3,76,26). Sum of RGB (Red+Green+Blue) = 3+76+26=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 76 (30.08% from 255 or 72.38% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 76 - color contains mainly: green. Hex color #034C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C1A is #FCB3E5. Grayscale: #303030. Windows color (decimal): -16561126 or 1723395. OLE color: 1723395.

HSL color Cylindrical-coordinate representation of color #034C1A: hue angle of 138.9º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034C1A is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB37626-
CMYK0.9600.660.70
HSL138.9º92.41%15.49%-
HSV(B)138.9º96.05%29.8%-
XYZ2.815.261.85-
YUV48.47115.3295.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 76 (30.08% from 255) = 72.38%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=2.86%
G=72.38%
B=24.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376260.9600.660.70138.992.4115.49
Hex34C1A60042468b5cf
Octal311432140010210621313417
Binary1110011001101011000000100001010001101000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,76,26); }

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

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

 a { background-color: rgb(3,76,26); }

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

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

 span { border-color: rgb(3,76,26); }

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