#133A2F

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

Shades of Sherwood Green #133A2F

Tints of Sherwood Green #133A2F

Color information

#133A2F (or 0x133A2F) is unknown color: approx Sherwood Green. HEX triplet: 13, 3A and 2F. RGB value is (19,58,47). Sum of RGB (Red+Green+Blue) = 19+58+47=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #133A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A2F is #ECC5D0. Grayscale: #2D2D2D. Windows color (decimal): -15517137 or 3095059. OLE color: 3095059.

HSL color Cylindrical-coordinate representation of color #133A2F: hue angle of 163.08º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A2F is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB195847-
CMYK0.6700.190.77
HSL163.08º50.65%15.1%-
HSV(B)163.08º67.24%22.75%-
XYZ2.293.373.22-
YUV45.08129.08109.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 58 (23.05% from 255) = 46.77%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=15.32%
G=46.77%
B=37.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958470.6700.190.77163.0850.6515.1
Hex133A2F430134Da333f
Octal2372571030231152436317
Binary1001111101010111110000110100111001101101000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A2F; }

 p { color: rgb(19,58,47); }

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

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

 a { background-color: rgb(19,58,47); }

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

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

 span { border-color: rgb(19,58,47); }

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