#1F8436

Color #1F8436 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #1F8436

Tints of Japanese Laurel #1F8436

Color information

#1F8436 (or 0x1F8436) is unknown color: approx Japanese Laurel. HEX triplet: 1F, 84 and 36. RGB value is (31,132,54). Sum of RGB (Red+Green+Blue) = 31+132+54=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8436 is #E07BC9. Grayscale: #5D5D5D. Windows color (decimal): -14711754 or 3572767. OLE color: 3572767.

HSL color Cylindrical-coordinate representation of color #1F8436: hue angle of 133.66º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8436 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB3113254-
CMYK0.7700.590.48
HSL133.66º61.96%31.96%-
HSV(B)133.66º76.52%51.76%-
XYZ9.4817.066.28-
YUV92.91106.0483.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.29%
GREEN value IS 132 (51.95% from 255) = 60.83%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=14.29%
G=60.83%
B=24.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31132540.7700.590.48133.6661.9631.96
Hex1F84364D03B30863e20
Octal3720466115073602067640
Binary11111100001001101101001101011101111000010000110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,132,54); }

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

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

 a { background-color: rgb(31,132,54); }

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

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

 span { border-color: rgb(31,132,54); }

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