#034B1D

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

Shades of British Racing Green #034B1D

Tints of British Racing Green #034B1D

Color information

#034B1D (or 0x034B1D) is unknown color: approx British Racing Green. HEX triplet: 03, 4B and 1D. RGB value is (3,75,29). Sum of RGB (Red+Green+Blue) = 3+75+29=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #034B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B1D is #FCB4E2. Grayscale: #303030. Windows color (decimal): -16561379 or 1919747. OLE color: 1919747.

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

Color convert

RGB37529-
CMYK0.9600.610.71
HSL141.67º92.31%15.29%-
HSV(B)141.67º96%29.41%-
XYZ2.785.142.01-
YUV48.23117.1595.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 75 (29.69% from 255) = 70.09%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=2.80%
G=70.09%
B=27.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375290.9600.610.71141.6792.3115.29
Hex34B1D6003D478e5cf
Octal31133514007510721613417
Binary111001011111011100000011110110001111000111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,75,29); }

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

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

 a { background-color: rgb(3,75,29); }

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

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

 span { border-color: rgb(3,75,29); }

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