#1F8435

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

Shades of Japanese Laurel #1F8435

Tints of Japanese Laurel #1F8435

Color information

#1F8435 (or 0x1F8435) is unknown color: approx Japanese Laurel. HEX triplet: 1F, 84 and 35. RGB value is (31,132,53). Sum of RGB (Red+Green+Blue) = 31+132+53=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8435 is #E07BCA. Grayscale: #5D5D5D. Windows color (decimal): -14711755 or 3507231. OLE color: 3507231.

HSL color Cylindrical-coordinate representation of color #1F8435: hue angle of 133.07º 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 #1F8435 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB3113253-
CMYK0.7700.600.48
HSL133.07º61.96%31.96%-
HSV(B)133.07º76.52%51.76%-
XYZ9.4617.056.16-
YUV92.8105.5483.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 132 (51.95% from 255) = 61.11%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=14.35%
G=61.11%
B=24.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31132530.7700.600.48133.0761.9631.96
Hex1F84354D03C30853e20
Octal3720465115074602057640
Binary11111100001001101011001101011110011000010000101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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