#034022

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

Shades of British Racing Green #034022

Tints of British Racing Green #034022

Color information

#034022 (or 0x034022) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 22. RGB value is (3,64,34). Sum of RGB (Red+Green+Blue) = 3+64+34=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #034022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034022 is #FCBFDD. Grayscale: #2A2A2A. Windows color (decimal): -16564190 or 2244611. OLE color: 2244611.

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

Color convert

RGB36434-
CMYK0.9500.470.75
HSL150.49º91.04%13.14%-
HSV(B)150.49º95.31%25.1%-
XYZ2.163.82.13-
YUV42.34123.2999.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 64 (25.39% from 255) = 63.37%
BLUE value IS 34 (13.67% from 255) = 33.66%
R=2.97%
G=63.37%
B=33.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364340.9500.470.75150.4991.0413.14
Hex340225F02F4B965bd
Octal31004213705711322613315
Binary1110000001000101011111010111110010111001011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034022; }

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

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

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

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

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

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

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

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