#034226

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

Shades of British Racing Green #034226

Tints of British Racing Green #034226

Color information

#034226 (or 0x034226) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 26. RGB value is (3,66,38). Sum of RGB (Red+Green+Blue) = 3+66+38=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #034226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034226 is #FCBDD9. Grayscale: #2C2C2C. Windows color (decimal): -16563674 or 2507267. OLE color: 2507267.

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

Color convert

RGB36638-
CMYK0.9500.420.74
HSL153.33º91.3%13.53%-
HSV(B)153.33º95.45%25.88%-
XYZ2.344.062.49-
YUV43.97124.6398.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 66 (26.17% from 255) = 61.68%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=2.80%
G=61.68%
B=35.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366380.9500.420.74153.3391.313.53
Hex342265F02A4A995be
Octal31024613705211223113316
Binary1110000101001101011111010101010010101001100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034226; }

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

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

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

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

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

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

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

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