#1A3D30

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

Shades of Sherwood Green #1A3D30

Tints of Sherwood Green #1A3D30

Color information

#1A3D30 (or 0x1A3D30) is unknown color: approx Sherwood Green. HEX triplet: 1A, 3D and 30. RGB value is (26,61,48). Sum of RGB (Red+Green+Blue) = 26+61+48=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #1A3D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3D30 is #E5C2CF. Grayscale: #313131. Windows color (decimal): -15057616 or 3161370. OLE color: 3161370.

HSL color Cylindrical-coordinate representation of color #1A3D30: hue angle of 157.71º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A3D30 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB266148-
CMYK0.5700.210.76
HSL157.71º40.23%17.06%-
HSV(B)157.71º57.38%23.92%-
XYZ2.633.773.39-
YUV49.05127.4111.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 61 (24.22% from 255) = 45.19%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=19.26%
G=45.19%
B=35.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2661480.5700.210.76157.7140.2317.06
Hex1A3D30390154C9e2811
Octal327560710251142365021
Binary1101011110111000011100101010110011001001111010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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