#043A22

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

Shades of British Racing Green #043A22

Tints of British Racing Green #043A22

Color information

#043A22 (or 0x043A22) is unknown color: approx British Racing Green. HEX triplet: 04, 3A and 22. RGB value is (4,58,34). Sum of RGB (Red+Green+Blue) = 4+58+34=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #043A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A22 is #FBC5DD. Grayscale: #272727. Windows color (decimal): -16500190 or 2243076. OLE color: 2243076.

HSL color Cylindrical-coordinate representation of color #043A22: hue angle of 153.33º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043A22 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.

Color convert

RGB45834-
CMYK0.9300.410.77
HSL153.33º87.1%12.16%-
HSV(B)153.33º93.1%22.75%-
XYZ1.853.172.03-
YUV39.12125.11102.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.17%
GREEN value IS 58 (23.05% from 255) = 60.42%
BLUE value IS 34 (13.67% from 255) = 35.42%
R=4.17%
G=60.42%
B=35.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal458340.9300.410.77153.3387.112.16
Hex43A225D0294D9957c
Octal4724213505111523112714
Binary1001110101000101011101010100110011011001100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043A22; }

 p { color: rgb(4,58,34); }

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

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

 a { background-color: rgb(4,58,34); }

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

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

 span { border-color: rgb(4,58,34); }

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