#034223

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

Shades of British Racing Green #034223

Tints of British Racing Green #034223

Color information

#034223 (or 0x034223) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 23. RGB value is (3,66,35). Sum of RGB (Red+Green+Blue) = 3+66+35=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #034223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034223 is #FCBDDC. Grayscale: #2B2B2B. Windows color (decimal): -16563677 or 2310659. OLE color: 2310659.

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

Color convert

RGB36635-
CMYK0.9500.470.74
HSL150.48º91.3%13.53%-
HSV(B)150.48º95.45%25.88%-
XYZ2.294.042.25-
YUV43.63123.1399.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 66 (26.17% from 255) = 63.46%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=2.88%
G=63.46%
B=33.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366350.9500.470.74150.4891.313.53
Hex342235F02F4A965be
Octal31024313705711222613316
Binary1110000101000111011111010111110010101001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034223; }

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

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

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

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

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

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

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

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