#034027

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

Shades of British Racing Green #034027

Tints of British Racing Green #034027

Color information

#034027 (or 0x034027) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 27. RGB value is (3,64,39). Sum of RGB (Red+Green+Blue) = 3+64+39=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #034027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034027 is #FCBFD8. Grayscale: #2A2A2A. Windows color (decimal): -16564185 or 2572291. OLE color: 2572291.

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

Color convert

RGB36439-
CMYK0.9500.390.75
HSL155.41º91.04%13.14%-
HSV(B)155.41º95.31%25.1%-
XYZ2.243.832.54-
YUV42.91125.7999.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=2.83%
G=60.38%
B=36.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364390.9500.390.75155.4191.0413.14
Hex340275F0274B9b5bd
Octal31004713704711323313315
Binary1110000001001111011111010011110010111001101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034027; }

 p { color: rgb(3,64,39); }

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

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

 a { background-color: rgb(3,64,39); }

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

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

 span { border-color: rgb(3,64,39); }

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