#034227

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

Shades of British Racing Green #034227

Tints of British Racing Green #034227

Color information

#034227 (or 0x034227) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 27. RGB value is (3,66,39). Sum of RGB (Red+Green+Blue) = 3+66+39=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #034227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034227 is #FCBDD8. Grayscale: #2C2C2C. Windows color (decimal): -16563673 or 2572803. OLE color: 2572803.

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

Color convert

RGB36639-
CMYK0.9500.410.74
HSL154.29º91.3%13.53%-
HSV(B)154.29º95.45%25.88%-
XYZ2.354.062.58-
YUV44.08125.1398.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 66 (26.17% from 255) = 61.11%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=2.78%
G=61.11%
B=36.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366390.9500.410.74154.2991.313.53
Hex342275F0294A9a5be
Octal31024713705111223213316
Binary1110000101001111011111010100110010101001101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034227; }

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

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

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

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

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

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

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

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