#034228

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

Shades of British Racing Green #034228

Tints of British Racing Green #034228

Color information

#034228 (or 0x034228) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 28. RGB value is (3,66,40). Sum of RGB (Red+Green+Blue) = 3+66+40=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #034228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034228 is #FCBDD7. Grayscale: #2C2C2C. Windows color (decimal): -16563672 or 2638339. OLE color: 2638339.

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

Color convert

RGB36640-
CMYK0.9500.390.74
HSL155.24º91.3%13.53%-
HSV(B)155.24º95.45%25.88%-
XYZ2.374.072.67-
YUV44.2125.6398.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 66 (26.17% from 255) = 60.55%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=2.75%
G=60.55%
B=36.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366400.9500.390.74155.2491.313.53
Hex342285F0274A9b5be
Octal31025013704711223313316
Binary1110000101010001011111010011110010101001101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034228; }

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

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

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

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

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

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

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

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