#1A3A30

Color #1A3A30 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #1A3A30

Tints of Sherwood Green #1A3A30

Color information

#1A3A30 (or 0x1A3A30) is unknown color: approx Sherwood Green. HEX triplet: 1A, 3A and 30. RGB value is (26,58,48). Sum of RGB (Red+Green+Blue) = 26+58+48=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #1A3A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3A30 is #E5C5CF. Grayscale: #2F2F2F. Windows color (decimal): -15058384 or 3160602. OLE color: 3160602.

HSL color Cylindrical-coordinate representation of color #1A3A30: hue angle of 161.25º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A3A30 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB265848-
CMYK0.5500.170.77
HSL161.25º38.1%16.47%-
HSV(B)161.25º55.17%22.75%-
XYZ2.473.463.33-
YUV47.29128.4112.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.70%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=19.70%
G=43.94%
B=36.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2658480.5500.170.77161.2538.116.47
Hex1A3A30370114Da12610
Octal327260670211152414620
Binary1101011101011000011011101000110011011010000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3A30; }

 p { color: rgb(26,58,48); }

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

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

 a { background-color: rgb(26,58,48); }

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

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

 span { border-color: rgb(26,58,48); }

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